On Mon, Jul 17, 2000 at 12:56:21PM +0200, Leon Messerschmidt wrote:
> 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.

Cheers Leon - good fix.

-- 
Sean Legassick
[EMAIL PROTECTED]
                                  homo sum: humani nihil a me alienum puto



------------------------------------------------------------
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