Hello,
i am using action mapping in .jsp
<html:submit property="method" styleClass="button">
<bean:message key="button.backward" />
</html:submit>
in action class:
...
protected Map getKeyMethodMap() {
Map map = new HashMap();
map.put("button.forward", "next1");
...
In property file I have converted text from utf-8 to native.
So the problem is that if I try to use simbols that converts to smth
like \u0161 it does find action mapping.
if button.forward = Atsaukti # if works
if button.forward = At\u0161aukti # it looks Atšaukti , it does not work.
Does anyone knows how to solve this problem. Struts 1.2
Justas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]