Ed Griebel wrote:
> If you only need to get predefined variables, you can use Jakarta
> BeanUtils or PropertyUtils on the object. For instance, with a form
> bean ActionForm form:
>
> String val = BeanUtils.getProperty("someProperty");
> Object valAsOriginalClass = PropertyUtils.getProperty("someProperty");
> BeanUtils.setProperty("someProperty", somePropertyValue);
>
> -ed
Thanks for this hint!
Kind regards,
Andreas Hartmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]