You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Dale Newfield <Da...@Newfield.org> on 2008/03/25 17:40:00 UTC

Re: [struts] Running a prepare method before the assigned action method

meeboo wrote:
> Still no solution to this problem. How come parameters in actions with
> wildcards (for example myapp/modelObject/*) aren't parsed in the prepare
> method? They work fine when I parse them in my assigned action method :(

If you're using 2.1, there are now a number of ways in which parameters 
can be set on your action, each with separate interceptors:
params
actionMappingParams
staticParams

You might need to update your interceptor stack.

-Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org