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
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
Hello List,
I build myself a custom interceptorstack. The core part has to be the
paramsPrepareParamsStack, because i work with an or-mapper.
In my action class, there are 2 variables:
private User user;
priva
3 matches
Mail list logo