|
public void pageBeginRender(PageEvent
event){
recorderLocked = true; } public void pageEndRender(PageEvent event){ recorderLocked = false; } The above is render listener's mothod. The listener is
added to the page in finishLoad(). In component java code,
fireObservedChange() is invoked if recorderLocked is true, otherwise this mothod
is not invoked.
When I click the page for the first time, an exception that
indicates some states were not been persistented is thrown.
What's wrong with my code?
| ||||||||
- [Tapestry-developer] component state xuzhou
- Re: [Tapestry-developer] component state Howard M. Lewis Ship
- Re: [Tapestry-developer] component state xuzhou
- Re: [Tapestry-developer] component state Howard M. Lewis Ship
- Re: [Tapestry-developer] component s... xuzhou
- Re: [Tapestry-developer] compon... Howard M. Lewis Ship
