Bão? :)
On Sat, 23 Jun 2012 18:00:09 -0300, William Lopes
<williamlopes....@gmail.com> wrote:
@Persist
private Object object;
<t:loop t:source="list" t:value="object">
${object.value}<br/>
</t:loop>
This (object.value) won't work because your object property is of type
Object, which doesn't have a property named value.
Render queue error in SetupRender[Page:loop]: Failure reading parameter
'source' of component Page:loop:
org.apache.tapestry5.ioc.internal.util.TapestryException
Please always post the full stack trace from the console or log, otherwise
we cannot help. We're not Mãe Dinah, hehehe.
Non-requested advice: it seems you're using a Map to structure data. If
that's the case, don't do that. Write classes to structure your data
instead. It'll make your life easier in general and with Tapestry too.
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org