Alright. Thanks Adam.
What I really want to do has something to do with the Dialog framework. I want to submit the form on the main page when the Dialog page returns. I understand that the main page doesn't get through the whole JSF Lifecyle phase, when the dialog page returns. I need to get main page to submit, after the dialog returns because I need the validateModelUpdates() function to be called. Regards, Anton -----Original Message----- From: Adam Winer [mailto:[EMAIL PROTECTED] Sent: Thursday, August 09, 2007 1:57 PM To: MyFaces Discussion Subject: Re: autoSubmit=true No, not really. For one thing, it uses an AJAX request, not a straight form submit. Conceptually, it's similar to doing a form submit though. -- Adam On 8/8/07, Anthony Yulo <[EMAIL PROTECTED]> wrote: > > > > > A Trinidad input component has an attribute "autoSubmit". Behind the > scenes, is this equivalent to: > > > > Onchange="document.getElementById('myform').submit()" ? > > > >

