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.
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
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