| Author |
Setting component attributes through viewhandler
|
Ranadhir Nag
Ranch Hand
Joined: Mar 09, 2006
Posts: 138
|
|
We need to tag each component in a view with a specific attribute. We are not allowed to inherit and customize the encoding of the components through custom renderer. Is it possible to tag the components in the tree ,through a custom viewhandler or phaselistener, prior to the rendering? We find that the phaselistener can get the entire component tree only after the RENDER_RESPONSE phase. Is ther any other way of achieving this objective?
|
 |
Matt Cannon
Greenhorn
Joined: Aug 06, 2008
Posts: 1
|
|
Ranadhir, It's been a long while since you added this post, but I've come up against the same problem and was wondering if you found a solution? Regards, Matt [ August 07, 2008: Message edited by: Matt Cannon ]
|
 |
 |
|
|
subject: Setting component attributes through viewhandler
|
|
|