Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3351438
By: piair

Hello, 
I am using Display Tag Library in a web application based on STRUTS.
In a table, I want to aload an action (delete) on each row, but I would like
to stay on the same page, not to go back to first page.
I noticed that I may have this -d<>-p= parameters in my request.

Does anyone has an idea to change to following jsp so it get theses parameters
?

<display:table name="accounts" pagesize="10"
requestURI="/CreateAccount.do?action=View"
decorator="ch.lodh.econfirmation.struts.decorator.AccountDecorator">
  <display:column property="accountNumber" titleKey="heading.account.number"
sortable="true" />
  <display:column property="nmTitle" titleKey="heading.account.name"
sortable="true"/>
  <display:column property="titleIsVisible" 
titleKey="heading.account.title.visible"
sortable="true"/>
  <display:column property="cdUg" titleKey="heading.account.ug" sortable="true"
/>
  <display:column property="cdEntity" titleKey="heading.account.entity"
sortable="true"/>
  <display:column property="society.nmSociety" 
titleKey="heading.account.society"
sortable="true"/>
  <display:column titleKey="heading.edit" href="../UpdateAccount.do?action"
paramId="accountId" paramProperty="idAccount" align="center"><img
src="../img/rename.gif"/></display:column>
  <display:column titleKey="heading.delete" 
href="../DeleteAccount.do?action=Remove"
paramId="accountId" paramProperty="idAccount" align="center"><img
src="../img/delete.gif"/></display:column>
</display:table>


______________________________________________________________________
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:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to