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

Action Form problem

2009-01-13 Thread Amol Londhe
Hi, We have a web application which is built over java 1.5,tomcat 5.5 and struts 1.2 and MySQl. Recently we have added a class, which does some formatting to all the string object in Action Form beans. What i would like to do is, when ever there is request submitted by the user to the weba