« Return to Thread: Property access in var: binded objects?

Re: Property access in var: binded objects?

by Thiago H. de Paula Figueiredo :: Rate this Message:

Reply to Author | View in Thread

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-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Property access in var: binded objects?