@Lance
You're right.

Thank you, but I solved changing hashMap for a list more elaborate and
works.

@Thiago
Tudo bem sim e você?

Eu coloquei o Object apenas para ficar mais fácil de entender, porque se eu
colocar os nomes das entidades do português, talvez eles não entendam.

Hugs.

2012/6/23 Thiago H de Paula Figueiredo <thiag...@gmail.com>

> 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-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org>
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to