Posted By:
Satya_Mali
Posted On:
Wednesday, February 28, 2007 06:14 PM
I am doing server side processing to generate HTML TABLE.(with requried colors to the fields as per business logic).
This HTML string is set to a field in the backing bean and I am rending HTML table by using the following code snippet
<%= bean.getHTMLString() %>
Now , The one column of this HTML table should have hyperLinks clicking on which should perform some JSF action. I am appending
.).
If I do use
the entire string is simply displayed on the page (not rendered as HTML).
Could you please let me know how can we acheive this.