Quick answer: Tapestry can't statically figure out the type of the
variable, so it can't use the prop binding (which uses on-the-fly
class creation, not reflection) on it. Anyway, you can add your own
binding to do what you want. Just use the RenderVariableBinding and
RenderVariableBindingFactory as examples. ;)

-- 
Thiago

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

Reply via email to