The application I am working on has some frameset stuff (which I
personally hate, but some things you are forced to live with),
occasionally frames within the frameset are set with parameters in the
URL which is output using html:rewrite (normally as the result of
failed actions). If a parameter has UTF-8 characters, e.g. 5-ÐÐÑ-2005
this is encoded as this:

/webimpact/progress/obtainCopyTuFund.do?authorisedDate=5-%D0%B0%D0%BF%D1%80-2005

By the time the date arrives in my ActionForm the value is now 
5-ÃÂÃÂÃ?-2005. 
This application is running on tomcat 5.0.28 and what I would like to
know is: is this a struts problem, a tomcat problem or (possibly the
most likely) my problem and if so what should I be doing to fix it?

thanks for any help,

Steve Bosman

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to