Trying to migrate T5.1 to T5.3 :) I'm reseting some @Persist properties in pageReset(). In T5.1 there were no pageReset() provided by framework and i was using kind of emulation via pageAttached.
In T5.3 there is a pageReset, but i'm wondering order of page events. On Fri, Jul 5, 2013 at 4:25 PM, Lance Java <[email protected]>wrote: > I have never needed to use pageAttached() so there's a good chance you > won't need it either. You shouldn't be calling decodePageRenderRequest() or > decodeComponentEventRequest() yourself. Please explain what it is you are > trying to do and there is most likely a better way. >
