I implemented a work around for this. We are using Spring MVC,  so in the
controller method that handles the session data I am constructing a GET URL
with session parameters and forwarding ("forward:") to the another handler
method and it worked.

On Thu, Jun 25, 2009 at 3:53 PM, Santosh Ramachandrula <
rsantosh...@gmail.com> wrote:

>
> Hello,
>      1. I am doing and displaying results. I am using form attribute of
> <display:table ...>
>
>      Right now the generated pagination banner links are like this
>
>
> javascript:displaytagform('displayTagpersonSearchForm',[{f:'lnNum',v:['']},{f:'action',v:['gotoPage']},{f:'frstNm',v:['']},{f:'d-446288-s',v:['']},{f:'lstNm',v:['']},{f:'stCd',v:['AL']},{f:'d-446288-o',v:['']},{f:'d-446288-p',v:'6'},{f:'city',v:['']}])
>
>
>      I want to be able to add couple of parameters to this from Session
> scope. Can I do this by extending TableDecorator? If yes how and if not then
> how can I achieve it?
>
> Thanks,
> Santosh
>
------------------------------------------------------------------------------
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to