Yep, verified the form ID and that there are no dupe IDs. Like I
wrote, it works as expected if I just move the input field out of the
dialog div.

Thanks for your reply. As our validation needs for this dialog weren't
huge, and our dev pace is too rapid right now, I decided just to
manually validate in lieu of getting this working. Perhaps we'll have
time to revisit the issue later.

On Jun 26, 4:54 pm, James <james.gp....@gmail.com> wrote:
> I've had Validation work inside a UI Dialog just fine.
> Are you sure that #aspnetForm is the correct ID assigned to the form?
> Also there are no duplicate ID's being assigned to different elements
> on the page?
>
> On Jun 26, 11:49 am, pbarnes <pmbar...@gmail.com> wrote:
>
>
>
> > I am trying to use the Validator plug-in in combination with a jQuery
> > UI dialog. I have one required input field. When this field is outside
> > of the dialog all works as expected. As soon as I place it in the
> > dialog, nothing validates (i.e., even with an empty field, $
> > ('#aspnetForm').validate().form() returns true when the input field is
> > in the dialog).
>
> > I have tried a variety of ways to validate, including the technique
> > discussed by 
> > athttp://www.meppum.com/2009/may/15/using-jquery-validation-ajax-submit....
>
> > Anyone have any ideas?

Reply via email to