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><a href="/MyActionServlet.do?query=look&find_code=(MyForm.getInfo_code())%>"><%=MyForm.getInfo_code()%></a>
</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.
<code><a href="/MyActionServlet.do?query=look&find_code=(MyForm.getInfo_code())%>"><%=MyForm.getInfo_code()%></a>
</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,