Hi,
I continue to post some erratum for the online documentation.
I'm a beginner so I fall in every simple hole.
The "For" component example on pages
http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/For.html
http://tapestry.apache.org/tapestry4.1/components/general/for.html
is not complete.
<tr jwcid="@For" source="ognl:customerList" value="ognl:customer"
element="tr">
To works I have to add a line in the page specification to "create" the
property used by the For 's value attribute.
<page-specification>
<property name="customer"/>
</page-specification>
without this, the page doesn't know the "customer" property.
Perhaps I'm missing something ??
Cyrille.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]