That works perfectly but how would it work to write into the variable ? So the *binding* is complete.
Thank you. On Mon, Nov 12, 2012 at 4:53 AM, Paul Stanton <p...@mapshed.com.au> wrote: > You can write a method in your java class instead of trying to write a > parameter binding. > > eg > > getSomething(String key1, String key2) > {...} > > <t:component parameter="getSomething('key1'**, 'key2')" /> > > > On 12/11/2012 3:52 AM, Muhammad Gelbana wrote: > >> Here is a sample of what I'm trying to do: >> >>> ixlTest.parameterGroups{'**testOptions'}{'serverIp'} >>> >> >> And the error I'm getting >> >> Could not convert 'ixlTest.parameterGroups{'**testOptions'}{'serverIp'}' >>> into a component parameter binding: Error parsing property expression >>> 'ixlTest.parameterGroups{'**testOptions'}{'serverIp'}': line 1:7 >>> missing EOF >>> at '.'. >>> >> >> Thank you. >> >> On Sun, Nov 11, 2012 at 6:14 PM, Muhammad Gelbana <m.gelb...@gmail.com >> >wrote: >> >> Has anyone used maps withing templates ? I have a very complex object >>> graph and I can't even process the first level ! >>> >>> I have an object with a map, which contains another map. >>> >>> I checked that page: >>> http://tapestry.apache.org/**property-expressions.html<http://tapestry.apache.org/property-expressions.html> >>> >>> But still couldn't get anything working. If anyone knows an open-source >>> module binding maps to form fields directly from a template, please share >>> it. >>> >>> Thank you. >>> >>> > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@tapestry.**apache.org<users-unsubscr...@tapestry.apache.org> > For additional commands, e-mail: users-h...@tapestry.apache.org > >