Johan Compagner wrote:
The only thing for me to use [] for an index and { } for a map (for example)
would be that this:

mymap.property would mean that you really want to have a getProperty on a map
(same goes for list)

so i will change it to use with [] (without quotes that i find totally not needed)

foo.list[0].bar
foo.map[key].bar
foo.list.bar (this is a get property of the list)
foo.map.bar (this is a get property of the map)

Great. This looks very nice.


Timo


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to