Bront_in_Hood
Joined: 13/07/2009 00:00:00
Messages: 69
Offline
|
Hello!
I have some action listener in my application. That means, I have javax.faces.event.ActionEvent e object given as parameter for my listener method. I want to check 'style' attribute value of TD element corresponding to UIComponent that is the source of this event. In other words: How can I get html representation corresponding to given UIComponent?
|