I am having a problem with the order that the page listeners are called, when 
processing direct links.

I typically use the pageBeginRender listener to initialise certain required 
page properties (which I find preferable to using session persistent 
properties, especially for hibernate lazy-loaded objects). Unfortunately, 
when a direct link is called, the direct link listener is invoked before the 
pageBeginRender is called (it is only called upon actual page render).

This is most noticeable when usiing the contrib:Table component, because all 
its paging is encoded as direct links, yet I prefer to initialise its data 
within pageBeginRender, so the table's state is incomplete when the listener 
is processed.

Does anyone have any ideas how to get around this limitation. Are any 
listeners called before the direct link's listener? 

regards,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to