The project I'm working has a requirement to convert jsp's to an IR report. The challenge is that one of the columns contains HTML tags, i.e. <TR>Title1<TD>Value1</TD><Value2></TD><TD>Value3</>...</TR>
<TR>Title2<TD>Value1</TD>....
When selected, the report displays the literal HTML and not the table structure. How should this be handled?
Thanks.
Greg