Trigger required field check without saving

Thanks - this is exactly the hint I needed.

For others trying to use this outside of a wizard, the only real trick is finding your editor (stepEditor in the sample code in the link provided by Zach).  In a simple page (non-wizard) this can be easily located by putting an ID on your Page TItle control and then using:

var stepEditor = $(‘#My_page_title’).data(‘object’).editor;

Thanks as always, Zach!

- Chris