Hi,
I have a collection object in a class. I want to retrieve the property value
using PropertyModel for the object. Please suggest.
Consider -
class A {
Set objA = new HashSet();
}
class B {
B b = new B();
}
i tried using expression like A[0].b as expression but it fails giving error
like " no get method defined for class: class
org.hibernate.collection.PersistentSet expression: 0]".
Both the above classes have public setter and getter methods.
Please suggest.
Thanks.
Regards,
Hemil
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/PropertyModel-expression-for-collection-object-tp3063675p3063675.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]