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

Re: Property access in var: binded objects?

by hlship@gmail.com :: Rate this Message:

Reply to Author | View in Thread

Is @Property so hard or awful?

On Mon, Jun 29, 2009 at 6:35 AM, Thiago H. de Paula Figueiredo <
thiagohp@...> wrote:

> 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@...
>
>


--
Howard M. Lewis Ship

Creator of Apache Tapestry
Director of Open Source Technology at Formos

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