Re: PropertyModel expression for collection object

2010-11-30 Thread hemilshah
the following exception - No get method defined for class: class org.hibernate.collection.PersistentSet expression: 0 Please suggest. Regards, Hemil -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/PropertyModel-expression-for-collection-object-tp3063675p3064986.html Sent

PropertyModel expression for collection object

2010-11-29 Thread hemilshah
-expression-for-collection-object-tp3063675p3063675.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: PropertyModel expression for collection object

2010-11-29 Thread Alexander Monakhov
Hello. See this link for property expression language: https://cwiki.apache.org/WICKET/property-expression-language.html property.index: If the property is a List or Array then the second property can be used as a index on that list/array like this: 'mylist.0'. Best regards, Alexander.