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

paramsPrepareParamsStack only populates pojo, neither String nor int

2013-12-13 Thread jotpe
Hello List, I build myself a custom interceptorstack. The core part has to be the paramsPrepareParamsStack, because i work with an or-mapper. interceptor-stack name=accessNavigationDialog interceptor-ref name=checkRoles / interceptor-ref name=navigation /

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