Hope this help you:


<display:table name="requestScope.results.rows" requestURI="/someAction.do"
           export="true" pagesize="15" excludedParams="*" sort="list" id="result">

           <display:column>
                 <html:multibox property="FormPropertyName">
                         <bean:write name="result_rowNum" scope="page"/>
                 </html:multibox>
                 <bean:write name="someProperty" scope="someScope"/>
           </display:column>

</display:table/>

FormPropertyName will contain the object's index.


2006/10/26, Flavio Oliva <[EMAIL PROTECTED]>:
how can I get the index of a list inside displaytag?

I need this index to remove the object from the displayed list.

thanks in advance.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to