Hello, In addition to the question in my previous email

    1. Can I add parameters to pagination links on the server side (I want
to add couple of parameters from HttpSession)?
   2.  From the source code of display tag, can I get a handle on
HTMLTableWriter.writeTopBanner(TableModel model) method from the subclass of
TableDecorator class?

Thanks,
Santosh

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