> The configuration constant I pointed to still isn't in there.
>
> In the default stack, the params interceptor does not run before the
> prepare interceptor. For instances where you need the params set
> first, then the prepare interceptor fires afterwards, we created the
> paramsPrepareParamsStack. Now, you have the paramsPrepareParamsStack
> set as the default stack for the "something" package, but my point is
> that if you are using conventions, your actions are probably not a
> part of the "something" package. They are a part of the
> "conventions-default" package. You can move all of the actions in your
> app into the "something" package with the configuration constant I
> have pasted above, or you can move a single action into the
> "something" package using the @ParentPackage annotation (reference in
> the link I sent earlier).
>
> -Wes

Hmmm, so it seems from testing that I've been doing that the constant
is mandatory in all cases where you want params set before Prepare is
called while using paramsPrepareParamsStack AND you are using the
Convention plugin.  K, got it. I think this also might explain why I
couldn't get the interceptor I was trying to write earlier to work.


Jim C.

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

Reply via email to