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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to