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.
Is there anyway i can achive this in struts? I tried looking into the possibility of modifying the Action Servlet, But failed.
This kind of behavior probably belongs in a custom request processor, which is the de facto extension point in S1.2.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org