Thank you very much matt
I got the solution as suggested by you.
One more thing is I have to pass the d-[id]-p parameter dynamicallyto
a struts page.I tested with assigning d-[id]-p with a constant value
along with struts pagelink , then its working fine.
But I want the assignment is to be dynamically.
I tried with the follwing but itdoesn't working.

<html:form method=post
action="/deleterecord.do?d-14776-p=<%=request.getParameter("d-14776-p")%>"
  >

if i give the link as below it isworking.
<html:form method=post action="/deleterecord.do?d-14776-p=4  >

thank you.
On 8/6/05, SourceForge.net <[EMAIL PROTECTED]> wrote:
> 
> Read and respond to this message at:
> https://sourceforge.net/forum/message.php?msg_id=3283178
> By: matt_sidesinger
> 
> If you uniquely identify your table using the id attribute then the paging 
> request
> parameter will be in the format of d-{id}-p.  So on your delete link include
> the parameter so when the page refreshes the correct page will be showing.
> 
> Go here: http://displaytag.homeip.net/example-paging.jsp
> and look at the paging parameter as you step through the different pages.
> 
> Hope this helps.
> 
> Matt
> 
> ______________________________________________________________________
> You are receiving this email because you elected to monitor this forum.
> To stop monitoring this forum, login to SourceForge.net and visit:
> https://sourceforge.net/forum/unmonitor.php?forum_id=249318
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> displaytag-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
> 


-- 
Ramaraju.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to