Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Craig McClanahan
On 2/20/06, Leila Carvalho <[EMAIL PROTECTED]> wrote: > > Craig, > First of all, congratulations for your Struts-Faces library!! > This library is what I have been looking for.. > > be careful of one particular scenario. Struts only creates one instance > of > > an Action class for the entire appl

Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Leila Carvalho
Craig, First of all, congratulations for your Struts-Faces library!! This library is what I have been looking for.. be careful of one particular scenario. Struts only creates one instance of > an Action class for the entire application, so that is not a good place to > put request-specific event

Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Craig McClanahan
On 2/20/06, Leila Carvalho <[EMAIL PROTECTED]> wrote: > > Dear Craig, > > Thanks a lot, but I'm still a bit confused... > Is mybean an ActionForm, an Action or an adapter to Faces Backing Bean ??? > Gracias!! Technically, "mybean" would be a Faces backing bean, but it *could* be any of the above

Re: Value-ChangeEvent under Struts-Faces

2006-02-20 Thread Leila Carvalho
Dear Craig, Thanks a lot, but I'm still a bit confused... Is mybean an ActionForm, an Action or an adapter to Faces Backing Bean ??? Gracias!! This kind of thing will work in Struts-Faces, but only if you correctly > specify the expressions, and use an input field :-) > > > > Craig -

Re: Value-ChangeEvent under Struts-Faces

2006-02-19 Thread Craig McClanahan
On 2/19/06, Gary VanMatre <[EMAIL PROTECTED]> wrote: > > From: "Leila Carvalho" <[EMAIL PROTECTED]> > > > Can I apply Value-change Event in my jsp pages under Struts-Faces > > Integration ??? > > How?? > > Thanks in advance. > > Leila. > > You can add a value change listener as an action binding me

Re: Value-ChangeEvent under Struts-Faces

2006-02-19 Thread Gary VanMatre
From: "Leila Carvalho" <[EMAIL PROTECTED]> > Can I apply Value-change Event in my jsp pages under Struts-Faces > Integration ??? > How?? > Thanks in advance. > Leila. You can add a value change listener as an action binding method on a backing bean, public void cityChanged(ValueChangeE

Value-ChangeEvent under Struts-Faces

2006-02-19 Thread Leila Carvalho
Can I apply Value-change Event in my jsp pages under Struts-Faces Integration ??? How?? Thanks in advance. Leila.