HI,

I found the solution and it was just missing the <nested:root> element.

Here is the complete stuff :

<nested:iterate id="employe" name="employesVector">
    <nested:root name="employe">
        <nested:nest property="emploiservice">
            <nested:nest property="emploi">
                <nested:write property="libellelong"/>
            </nested:nest>
        </nested:nest>
    </nested:root>
</nested:iterate>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to