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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to