Re: Params not getting set

2009-06-04 Thread Dave Newton
Jim Collings wrote: 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 co

Re: Params not getting set

2009-06-04 Thread Jim Collings
> 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 > paramsPrepareParamsSta

Re: Params not getting set

2009-06-04 Thread Wes Wannemacher
On Thu, Jun 4, 2009 at 12:47 PM, Jim Collings wrote: [...] >> >> > /> >> [...] > OK, well it should have been: > > >     >     >     >     value="com.stuff.something.web"/> >     >         > > > In any case, it is not this type of mapping problem because the > Prepare method is getting called ju

Re: Params not getting set

2009-06-04 Thread Jim Collings
> I'm assuming you are using the conventions plugin (since there is no > action definition). How are you making sure your > conventions-configured actions are in the "stuff" package? If this is > your configuration, in whole, then you need to add - > > > > Just matching up namespace is not enough.

Re: Params not getting set

2009-06-04 Thread Wes Wannemacher
I'm assuming you are using the conventions plugin (since there is no action definition). How are you making sure your conventions-configured actions are in the "stuff" package? If this is your configuration, in whole, then you need to add - Just matching up namespace is not enough. Another opti

Params not getting set

2009-06-04 Thread Jim Collings
So I have a Preparable action and in the Preparable method, I need access to a parameter. Others have gone over my struts.xml and seem to think that it is correct: I have a getter and a setter for the property but it is not being set. It is being called from a link

Result Params not getting set in redirect

2009-04-03 Thread srinivasch
is. I saw a patch for ServletRedirectResult which I applied but still it doesnt work https://issues.apache.org/struts/browse/WW-3046 Thanks -- View this message in context: http://www.nabble.com/Result-Params-not-getting-set-in-redirect-tp22871066p22871066.html Sent from the Struts - User mailing list archive