dynamic url parameters in struts tags

2014-01-13 Thread jotpe
Hello, how can i achieve building a dynamic url with dynamic parameters with struts tags in a jsp? My try looks like this: I iterate over a list of available operations. Every operation has a hashtable "params" which contains its http parameters, such as id=4 or detail=true, etc.

Re: paramsPrepareParamsStack only populates pojo, neither String nor int

2013-12-16 Thread jotpe
or you can replicate the paramsPrepareParamsStack > into your new stack and put your navigation interceptor anywhere in that > stack you want. > (*Chris*) > > > On Fri, Dec 13, 2013 at 6:53 AM, jotpe wrote: > > > Hello List, > > > > I build myself a cust

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. In my action class, there are 2 variables: private User user; priva