You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Anthony Yulo <An...@headstrong.com> on 2007/08/09 05:25:34 UTC

autoSubmit=true

A Trinidad input component has an attribute "autoSubmit".  Behind the
scenes, is this equivalent to:

 

Onchange="document.getElementById('myform').submit()" ?

 

 


Re: autoSubmit=true

Posted by Adam Winer <aw...@gmail.com>.
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 <An...@headstrong.com> wrote:
>
>
>
>
> A Trinidad input component has an attribute "autoSubmit".  Behind the
> scenes, is this equivalent to:
>
>
>
> Onchange="document.getElementById('myform').submit()" ?
>
>
>
>