Hi,

To work correctly BaseObject now expects an Object as the id method.  When you try to 
run ParameterParser.setProperties()
the id throws and Exception to the result that the type of id is not recognized.  To 
fix this I:

1.  Add a getObject() method
2.  Added the following code to setProperty()
        else if (propclass == Object.class)
            args[0] = getObject(prop.getName());

This fixed my problem that I could set the bean properties from a form again.  I 
commited the changes to cvs.

~ Leon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to