Hi Barry,
 
I've set the following on the displaytag.properties for the paging.banner
attributes: 
 
paging.banner.last=Result Pages: [<a
href="javascript:doPage(''SearchResult'', ''{1}'');">First</a>/<a
href="javascript:doPage(''SearchResult'', ''{2}'');">Prev</a>] <font
class="currentPage"> {0} </font>

Where "doPage" is a javascript method:
 
function doPage(fname, actionName) {
 document.forms[fname].action = actionName
 document.forms[fname].submit();
}
 
Thanks
Chidambaram Pl
 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of O'Reilly,
Barry
Sent: Thursday, February 24, 2005 11:20 AM
To: [email protected]
Subject: [displaytag-user] Re: Submit values of input fields when clicking
on paging link/sorting link


Hi Chidambaram,
 
I have the same problem. Can you post the solution you used for capturing
all information in the request header and the updates you made to
displaytag.properties
 
Thanks

<<attachment: winmail.dat>>

Reply via email to