Component tree and phaselistener

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ranadhirnag
    New Member
    • Feb 2007
    • 10

    #1

    Component tree and phaselistener

    In the afterphase of the RESPONSE_RENDER of our phaselistener,w e 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.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    I don't think this information is enough. You'll need to provide more information including code so we can understand exactly what it is that you want.

    Comment

    Working...