Hi,

I serach how can i have a reference to the current object of my list. Beloow i guve you my code , i search to acced to the object ctained in my List to have a reference an replace the ZZZZ(in my code) name in my logic equals.

Can you tell me how can i do that

Thanks

/******************** CODE **********************************/

<display:table class="source" sort="list" name="sessionScope.MyArrayList" requestURI="<%= inputForwardRelative %>" export="false" sort="list" pagesize="5">

<display:column class="source" property="sraCode" title="Code" sortable="true" headerClass="sortable" />

<display:column class="source" property="sraLib" title="Libelle" sortable="true" href="" paramId="idSousRacine" paramProperty="sraId" headerClass="sortable" />

<display:column class="source" property="sraIndicActif" title="Statut" sortable="true" headerClass="sortable" />

<display:column class="source" title="" href="" paramId="idSousRacine" paramProperty="sraId" headerClass="sortable">

<logic:equals name="ZZZZ" property="racIndicActif" value="Global.SOURCE_STATUT_EN_COURS">

<img src="" border="0"></display:column>

</logic:equals>

</display:table>



Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais !
Testez le nouveau Yahoo! Mail

Reply via email to