Hi everybody,
I currently want to display a value with struts's tags instead with "pure"
java.
Here is the code I want to translate :
<%=
((Employe)employesVector.elementAt(i)).getEmploiservice().getEmploi().getLib
ellelong() %>
I have tried to translate with nested library as it seems to be the solution
but with no result.
<nested:iterate id="employee" name="employesVector">
<nested:nest property="emploiservice">
<nested:nest property="emploi">
<nested:write property="libellelong"/>
</nested:nest>
</nested:nest>
</nested:iterate>
Does anybody know the solution? (or have a link on a good tutorial/samples)
Thanks very much for your help
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]