All of your problems are caused because LookupDispatchAction creates a reverse mapping from the value of a parameter to its key, in order to get the method name. This is not only resource intensive but also a constant source of the sorts of difficulties you are experiencing. You can find what are better alternatives in various places. Some of them are itemized at http://www.michaelmcgrady.com/button/ .
Jack On Wed, 27 Oct 2004 22:17:56 -0600, Kumar V Kadiyala <[EMAIL PROTECTED]> wrote: > 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 > -- "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull), Hunkpapa Sioux~ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]