Hi all, I'm using LookupDispatchAction to submit a form with multiple submit buttons. The labels of the buttons are translated. The translated strings are in a .properties file. I'm able to run the web app fine in English but when I switch to Korean none of the the submit buttons work and I see the following message in the log. [10/27/04 21:40:39:631 MDT] 67f967f9 DispatchActio E org.apache.struts.actions.DispatchAction Request[/tag] does not contain handler parameter named method
The Korean .properties was converted to ascii (using nativetoascii) from its native encoding. Does this have to do anything with what I'm noticing? Should something additional be done when .properties files are coverted to ascii? Help appreciated, Kumar