I saw in a application example, using of commons beanutils.
For instance : String password = (String) PropertyUtils.getSimpleProperty(form, "password");
I understand that make the application more flexible. But are there any other advantages to use that ?
I think, it's most "simple" to use directly the form bean getter, especially when there are a lot of bean property to use.
Thank you
Jérome
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]