Re: paramsPrepareParamsStack and token interceptor

2014-08-21 Thread Lukasz Lenart
Great! Thanks! 2014-08-21 10:31 GMT+02:00 Fabian Richter : > Done, see WW-4390 > > Am 20.08.2014 um 21:09 schrieb Lukasz Lenart: >> >> 2014-08-19 17:09 GMT+02:00 Fabian Richter : >>> >>> Hi, >>> >>> when using paramsPrepareParamsStack with the convention plugin I'm >>> getting >>> multiple errors/

Re: paramsPrepareParamsStack and token interceptor

2014-08-21 Thread Fabian Richter
Done, see WW-4390 Am 20.08.2014 um 21:09 schrieb Lukasz Lenart: 2014-08-19 17:09 GMT+02:00 Fabian Richter : Hi, when using paramsPrepareParamsStack with the convention plugin I'm getting multiple errors/warnings in devMode=true: Error setting expression 'token' with value ['5UVO47K811DQ15DUZF

Re: paramsPrepareParamsStack and token interceptor

2014-08-20 Thread Lukasz Lenart
2014-08-19 17:09 GMT+02:00 Fabian Richter : > Hi, > > when using paramsPrepareParamsStack with the convention plugin I'm getting > multiple errors/warnings in devMode=true: > > Error setting expression 'token' with value > ['5UVO47K811DQ15DUZF4QV2NQ8DHIHSUY', ] > Error setting expression 'token' wi

Re: paramsPrepareParamsStack only populates pojo, neither String nor int

2013-12-16 Thread jotpe
Thanks for reply! Sorry, my fault: I explained not everything well. I do not need access the User object in my navigation interceptor. They have no contact points! I just execute the interceptor before the paramsPrepareParamsStack to be sure the navigation content gets generated, before the valida

Re: paramsPrepareParamsStack only populates pojo, neither String nor int

2013-12-13 Thread Chris Pratt
I'm guessing that the user fields aren't actually getting set (since that's done by the params interceptor that hasn't run yet), but you're seeing the existing values of the object. The passwordRepetition is showing null, but it similarly hasn't been set by the params interceptor. You can either

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-16 Thread Mounir Benzid
Loosely based on the paramsPrepareParams interceptor I found this interceptor configuration to solve my problem The params interceptor fires once before the prepare interceptor. So far there're no side effects I'm not sure why the paramsPrepareParams input,back,cancel input,back,

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-15 Thread Mounir Benzid
Am 14.03.2012 21:21, schrieb Dave Newton: And you've set the other referenced properties appropriately? Well, here are my settings value="myapp-common" /> I double checked my code there seems nothing wrong with the pattern matching in general. For instance when I request t

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-14 Thread Dave Newton
And you've set the other referenced properties appropriately? On Wed, Mar 14, 2012 at 3:17 PM, Mounir Benzid wrote: > > > > > Mounir > > Am 14.03.2012 20:12, schrieb Dave Newton: > >> Are you actually using the `namedVariable` pattern matcher? >> >> http://struts.apache.org/2.x/**docs/wildcard-

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-14 Thread Mounir Benzid
Mounir Am 14.03.2012 20:12, schrieb Dave Newton: Are you actually using the `namedVariable` pattern matcher? http://struts.apache.org/2.x/docs/wildcard-mappings.html#WildcardMappings-Parametersinnamespaces Dave On Wed, Mar 14, 2012 at 3:09 PM, Mounir Benzid wrote: My problem is the id

Re: paramsPrepareParamsStack-prepare-method problem

2012-03-14 Thread Dave Newton
Are you actually using the `namedVariable` pattern matcher? http://struts.apache.org/2.x/docs/wildcard-mappings.html#WildcardMappings-Parametersinnamespaces Dave On Wed, Mar 14, 2012 at 3:09 PM, Mounir Benzid wrote: > > My problem is the id is always null. > > First I thought it could be b/c

RE: paramsPrepareParamsStack

2009-01-19 Thread Stanley, Eric
Wes, you were spot on. I didn't extend the right package. Thanks. :) -Ryan -Original Message- From: Wes Wannemacher [mailto:w...@wantii.com] Sent: Friday, January 16, 2009 3:17 PM To: Struts Users Mailing List Subject: Re: paramsPrepareParamsStack On Fri, 2009-01-16 at 13:49

Re: paramsPrepareParamsStack

2009-01-16 Thread Wes Wannemacher
On Fri, 2009-01-16 at 13:49 -0700, Stanley, Eric wrote: > All, > My humble app need to make use of the paramsPrepareParamsStack, but > is having trouble finding the right class it seems. Here is the error: > > SEVERE: Exception starting filter struts2 > > Unable to find interceptor class ref