Hello. I have the following situation for a method call:
if "/batchX" found, create a BatchInput.class object and call setType method on that passing an enumeration value as the only parameter. The only way i found to perform this so far is by creating an ObjectFactory class to create the target object and set the property manually. Is there any other way to pass the enumeration value so digester uses it on a method call? Thank you Luciano --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
