Hello,

I have a class defined (MyClass) that has a String property pstlCode,
with a getter and a setter.

If I use BeanModelSource to create a BeanModel for MyClass, the
BeanModel has a property pstlCode that can be used to access the
pstlCode.

However, if I exclude the pstlCode property, and then attempt to add it
back in with

    myBeanModel.exclude( "pstlCode" );
    myBeanModel.add( "pstlCode" );

it doesn't seem to pick up the data type of the property.  Help?

Thanks,
Andy




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to