Iterating over objects with loop and var: can be handy. But I discovered (and
it is mentioned in the docs) that it is not possible to access the properties
of these objects.
Why is this? Is it too complicated to support? (I can't see at which point it
is so different to "normal" property expressions.
What I want to do is s.th. like this:
<t:loop source="userlist" value="var:user">
${var:user.username}
</t:loop>
It would allow me from getting rid of all these @Property private User user;
things that needs to be there only to support the rendering.
Piero
---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...