Re: Action Form problem

2009-01-13 Thread Dave Newton
Amol Londhe wrote: What i would like to do is, when ever there is request submitted by the user to the webapplication, i would like to pass the ActionForm object to this class method, do the formatting of the String objects and > then pass this Action form to the actual action in my webapp.

Re: Action Form problem

2009-01-13 Thread Paweł Wielgus
Hi Amol, maybe You can use Filter? It's not exactly what You want, no form i.e. but maybe it will do. You can define one in web.xml like Character Encoding UTF-8 com.ppp.irqpa.commons.SetCharacterEncodingFilter encoding UTF-8 Character Encoding UTF-8