Re: Issue with 3 cascade tapestry selects

2007-05-25 Thread sunilmanu
Thank you for the right direction... I tried that out and with little adjustments.. It works all fine.. -sunil Daniel Jue wrote: > > I think you want to re-initialize the selection models in your > pagebeginrender, and if the selection model changes, reset the > selected object to something se

Re: Issue with 3 cascade tapestry selects

2007-05-25 Thread Daniel Jue
I think you want to re-initialize the selection models in your pagebeginrender, and if the selection model changes, reset the selected object to something sensible, like the first element, or possibly null (no selection) On 5/25/07, sunilmanu <[EMAIL PROTECTED]> wrote: Hi everyone, I am also