Yes you have to use click().  You will probably want to use forceId on
your commandButtons so you don't have to try and guess what your id
will be every time you change up your tiles layout.

sean


On Tue, 15 Feb 2005 13:05:45 -0600, Norm Deane
<[EMAIL PROTECTED]> wrote:
> Sean Schofield wrote:
> 
> >Each button posts its id (and value) back when it is submitting.  This
> >is how JSF knows which action listener to invoke.  So just tell the
> >script to "click" the appropriate button.
> >
> >
> >
> Yes. That is what I'm doing but don't you have to use click() vs.
> submit()? That is what I'm doing.
> 
> Norm
>

Reply via email to