hy,
i have a repeater :
<fd:repeater id="fields" >
<fd:widgets>
<fd:field id="name" >
<fd:datatype base="string"/>
</fd:widgets>
</fd:repeater>
and i would like display the result with a JX.
the flowscript is:
form.showForm( ..)
model=form.getModel();
cocoon.sendPage("config-sucess-pipeline.jx", {model: model} );
the jx file :
<jx:forEach var="field" items="${model.fields}">
<jx:out value="${field.name}" />
</jx:forEach>
but it doesn't work. Someone can help me ?
nicolas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]