:: Forum >>

link in cell using xml

I am using and xml string to populate my table. I cannot seem to add and html anchor <a> tag into a cell. It seems to be ignored. Any Ideas?
I am using somthing like this...
<items>
<item>
<cell><a href='...'>data</a></cell>
</item>
</items>
John
Tuesday, October 12, 2004
http://activewidgets.com/messages/1955-4.htm
D.Hoa
Wednesday, October 13, 2004
here's the format with special entity format:

&lt;a href=&quot;...&quot;&gt;data&lt;/a&gt;
Daron
Wednesday, October 13, 2004
Daron,
That was the solution I needed. I am using Struts. I am now able to dynamically create the correct links in my action method and then pass the data to my jsp for use in the grid. Thank you very much!
John
Thursday, October 14, 2004

This topic is archived.


Back to support forum

Forum search