On Thu, 29 Nov 2012 12:48:48 -0200, Pillar <sotodel...@hotmail.com> wrote:

I've been reading other posts but nothing seems to work for me.

Hi!

    <t:loop source = "${u.userServices}" value = "userservice" formState

Never, never ever use ${} expansions when passing parameters. It causes the value to be coerced to a String, and that's exactly what's causing your problem. Just use source="u.userServices".

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to