Hello, Thank you all for your help :)))) I have sorted the problem after a very long time... I have a page which shows all the properties of List<CelloChannel>. On the page I have a disable button which disables the textfield for two of the properties. After rewind I couldn't understand why tapestry wasn't assigning properties from the disabled textfields and why those properties were showing their default type values.
The lesson learnt is tapestry won't assign disabled textfield values to bound properties. Which is logical. I feel happy and very tired ... On 15/10/06, Dobrin Ivanov <[EMAIL PROTECTED]> wrote:
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]
-- Thanks A Jabbar Azam --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]