Re: valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
Ok, I just did a saveState on both category and subCategory and it works now.  The wonderful world of JSF. :)Thanks.GreggOn 6/28/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: Well, when I do the saveState I keep getting NotSerializableException's on various faces components.  Any other solutions?T

Re: valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
Well, when I do the saveState I keep getting NotSerializableException's on various faces components.  Any other solutions?Thanks.On 6/28/06, Gregg Bolinger <[EMAIL PROTECTED]> wrote: I'll try it.  Thanks.On 6/28/06, Rogerio Pereira < [EMAIL PROTECTED]> wrote: I solved this after put the bean in se

Re: valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
I'll try it.  Thanks.On 6/28/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote: I solved this after put the bean in session scope, maybe u can solve this by using t:saveState to save your bean entirely.2006/6/28, Gregg Bolinger < [EMAIL PROTECTED]>: On my form I have 3 selectOneMenu's.category subCate

Re: valueChangeListener method called only once

2006-06-28 Thread Rogerio Pereira
I solved this after put the bean in session scope, maybe u can solve this by using t:saveState to save your bean entirely.2006/6/28, Gregg Bolinger < [EMAIL PROTECTED]>:On my form I have 3 selectOneMenu's.category subCategorysubSubCategoryWhen category is changed, I call changeCategory(ValueChangeE

valueChangeListener method called only once

2006-06-28 Thread Gregg Bolinger
On my form I have 3 selectOneMenu's.categorysubCategorysubSubCategoryWhen category is changed, I call changeCategory(ValueChangeEvent event).  When subCategory is changed I call changeSubCategory(ValueChangeEvent event). I have noticed that when changeCategory is called, changeSubCategory is also c