3.2.0

special characters in grid xml

I have a data grid with one column, and the value of the column has link to my server - <find>
<code>&lt;a href=&quot;/MyActionServlet.do?query=look&amp;find_code=(MyForm.getInfo_code())%>&quot;&gt;<%=MyForm.getInfo_code()%>&lt;/a&gt;
</code>
<find>

The problem is that if MyForm.getInfo_code() returns special character like #, the request parameter value returned to server is empty, if it is not special character, then i get the value. Any suggestion would be helpful.
Jim
August 16,

This topic is archived.

See also:


Back to support forum