Is there a feature to define generic setter/getter methods for a bean?
I. e. for a property named test, the
void setTest (Type value)
Type getTest ()
methods would be called.
If no such methods exist, it would be a great feature to have methods called like
void setValue (String name, Object value)
Object getValue (String name)
Haven't found anything in the docs, well, haven't search long either.
Any hints?
Heiko Erhardt
skynamics AG
www.skynamics.com
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev