aspose file tools
The moose likes JSF and the fly likes Component tree parsing in PhaseListener Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Component tree parsing in PhaseListener" Watch "Component tree parsing in PhaseListener" New topic
Author

Component tree parsing in PhaseListener

Ranadhir Nag
Ranch Hand

Joined: Mar 09, 2006
Posts: 138
In the afterphase of the RESPONSE_RENDER of our phaselistener,we parse the component tree to collect some event-specific data.
This data needs to be rendered/dispatched along with the requested page .
A javascript parser on the client will ectract this data to perform certain actions on the components.
How can this data be sent back along with the document?
Can a phaselistener modify the component tree to add a hidden field?
Any help/suggestion in dispatching this data from the phaselistener along with the requested view,will be much appreciated.
 
 
subject: Component tree parsing in PhaseListener
 
Similar Threads
can I write filter that validate the html component tree if im using jsp?
Setting component attributes through viewhandler
Accessing each component value in Apply Request Values Phase
Change component attributes at RENDER_RESPONSE
AJAX and PhaseListener