hi, all
I get a problem when i use html:link.
Think about this tag:
<html:link page="/action.do" paramName="name" paramProperty="property" paramId="id">Link</html:link>.
If the "name" bean's property is a chinese string. how can i get the right string in the action? I try to use new String(request.getParameter("id").getBytes("ISO8859-1")), but it doesn't work.
Any answer? Thanks a lot!