You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Jabbar <aj...@gmail.com> on 2006/10/14 00:00:59 UTC

Problem with property selection and page property

Hello,
I have a persistent page property which gets set in pageBeginRender,
during the render phase. The persistent property is a value in a
property selection. When the page has rendered the the drop down list
box represented by the property selection always shows the first
element in the property selection.

Page extract

@Persist
public abstract byte getLoggingRate();
public abstract void setLoggingRate(byte b);

public LoggingRateSelectionModel getLoggingRateSelectionModel(){
return new LoggingRateSelectionModel();
}

-- 
Thanks

 A Jabbar Azam

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org