UIComponent « IceFaces « JSF Q&A





5. How can I get html representation corresponding to given UIComponent    icefaces.org

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?

8. ReRender an UIComponent defined on backbean    icefaces.org

Hi, - I created my HtmlDataTable on my backbean, how can i rerender my dataTable through an event? (I already detect the event), just need a way to reload/rerender my HtmlDataTable with new data. - Also anyone know a way to fix a column width from a dataTable to don't have that little auto resize? Thanks, Best regards!