Re: Parameters disappearing on redirectAction with namespaces.

2016-11-22 Thread Lukasz Lenart
2016-11-22 16:03 GMT+01:00 : > Hi! > > Is there a way to log in detail what happens with parameters for > redirectAction? > > I have an action method (listUsers) which is called through POST with > the parameter "group.id". > > This works just fine, the redirect GET have the

Re: action tag with tile result causing StackOverflowError-

2016-11-22 Thread Christoph Nenning
In our apps we do similar things in a different way. Our Tiles definition for layout looks like this: Inside layout.jsp we insert the content provided by action like this: Actions provide content by using annotations: @TilesDefinition( extend=".layout",

Parameters disappearing on redirectAction with namespaces.

2016-11-22 Thread ts . resusturts
Hi! Is there a way to log in detail what happens with parameters for redirectAction? I have an action method (listUsers) which is called through POST with the parameter "group.id". This works just fine, the redirect GET have the parameter appended to the URL. | groupusers ${group.id} |