Add an id attribute onto your table and then you can get access to the current object using that id:

<display:table id="user">
<display:column><c:out value="${user.name}"/></display:column>
</display:table>

Matt

On Aug 12, 2004, at 7:21 AM, Laury Bounatian wrote:

Hi!
 
I have this displayTag :
 
<display:table name="Personnes" requestURI="listeResultat.do">
<display:column [...]     
href="<%=response.encodeURL("fichePersonne.do?cn=" + ???? )%>"      [...]   property="msCommonName" />


</display:table>
 
In ?????, I want to pass the currentObject (or his property)? is it possible? or is it possible to have the index of my cuurent object?
 
All suggestions are welcome,
Thanks,
 
Laury (France)



------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to