The value I need to bind actually has a setter\getter so here it is how I solved this:
> "commonOptions('overridePortOptions')?.value" That saved me a lot of code, thanks ! Is there an example on how to provide a custom binding for v5.3.6 ? On Mon, Nov 12, 2012 at 12:12 PM, Lance Java <lance.j...@googlemail.com>wrote: > Tapestry considers "prop:" bindings to a method invocation as read-only. > Can > you give an example of your data? The easiest solution is to wrap your maps > in a model with getters and setters? If you can't do that, you might want > to > consider a custom binding or decorating / overriding the > PropertyConduitSource. > > > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Using-maps-withing-templates-tp5717910p5717924.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >