You might try something along the lines of:
<ns:iterate id="employee" name="employesVector">
<ns:out
value=${employee.emploiservice.emploi.libellelong}"/>
</ns:iterate>
Syntax not accurate... :O|
--- Gaet <[EMAIL PROTECTED]> wrote:
> 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]
>
>
___________________________________________________________
Yahoo! Model Search 2005 - Find the next catwalk superstars -
http://uk.news.yahoo.com/hot/model-search/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]