you should call again setChannelSetup(..) after
changing the list, the other way is to fire some
event, but I do not remember - this is described @
http://tapestry.apache.org/

--- Jabbar <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I've been struggling all day editing persistent page
> properties and
> finding that the values of the properties is not
> what I expected after
> the render phases
> 
> The persistant page property is
> 
>     @Persist
>       public abstract List<Cello6ChannelSetup>
> getChannelSetup();
>       public abstract void
> setChannelSetup(List<Cello6ChannelSetup> d);
> 
> This gets sets in PageBeginRender when the page is
> first called. A
> button on the page is pressed which changes the
> property of one of the
> elements of the list. After the render the value of
> the channelSetup
> property is not what I expect.
> 
> Does anybody have any ideas?
> 
> Thanks
> 
> -- 
> Thanks
> 
>  A Jabbar Azam
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to