Struts menu and unicode charcters

2004-09-16 Thread Masoud Kalali
Hi sorry if im out of context Does any one here used Struts Menu ? I have problem in showing unicode characters in menu items It shown characters unicode notation /uxxx instead of original chars. - To unsubscribe, e-mail: [EMAIL

Re: Struts - passing unicode parameter from jsp to action

2004-08-13 Thread Masoud Kalali
Pavel Kolesnikov wrote: On Thu, 12 Aug 2004, Masoud Kalali wrote: I use post for sending parameter to action and also add (request.setCharacterEncoding("UTF-8"); to my action before reading parameter from it , also i add two You should better call request.setCharacterEncod

Struts - passing unicode parameter from jsp to action

2004-08-11 Thread Masoud Kalali
hi friends, i have problem with sending unicode parameter to my action from jsp page I use post for sending parameter to action and also add (request.setCharacterEncoding("UTF-8"); to my action before reading parameter from it , also i add two difinition on my jsp page <%request.setcharacterEnc

Re: Struts and encoding

2004-08-11 Thread Masoud Kalali
method? Do you set request encoding in your action before reading the parameter value? - (request.setCharacterEncoding("UTF-8"); Do you have the content type of jsp set to UTF-8? - <%@ page contentType="text/html;charset=UTF-8" language="java" %> Radek -

Struts and encoding

2004-08-09 Thread Masoud Kalali
Hi friends I have a problem with Struts / Jsp when i send a paramete from a jsp to my action (by using formBean) It seems that character encoding of my parameter changes , is it true? my prameter is UTF-8 , but in action it seems that its encoding changed to iso Latin-1 is there any solution for

is there any book or tutorial for Struts+WSAD ?

2004-06-18 Thread Masoud Kalali
hi people is there any book or tutorial which cover building struts application with WSAD? thank you - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]