C
compaqr4000
I'm using java, struts and jsp. On one of my forms I display the
website of a company with:
<td class="stockinfo"> <bean:write
name="stockInformationForm" property="fundValue(website).value"/> </
td>
but jsp converts the < and > into < and >
When I view the source html in my browser it shows what should be a
link as:
<td class="stockinfo"><A HREF=http://www.advanta.com
target="_blank">www.advanta.com</A></td>
.... but it should be:
<td class="stockinfo"><A HREF=http://www.advanta.com
target="_blank">www.advanta.com</A></td>
Any suggestions on how to fix this?
Thanks
Kay
website of a company with:
<td class="stockinfo"> <bean:write
name="stockInformationForm" property="fundValue(website).value"/> </
td>
but jsp converts the < and > into < and >
When I view the source html in my browser it shows what should be a
link as:
<td class="stockinfo"><A HREF=http://www.advanta.com
target="_blank">www.advanta.com</A></td>
.... but it should be:
<td class="stockinfo"><A HREF=http://www.advanta.com
target="_blank">www.advanta.com</A></td>
Any suggestions on how to fix this?
Thanks
Kay