Jim Barrows wrote:

> In much of my code I do:
> BeanUtils.copyProperties( dataVo, dataForm);
> and I'm done.  Your way would require a lot more code.

This seems great, but I can't do that because of user rights.
Some users don't have rights to update certain fields, so I have to call
each setter manually :-(
As these forbiden fields are not present in the JSP (or displayed readonly),
the dataVo would be updated with null values if I called
BeanUtils.copyProperties( dataVo, dataForm);
How do you manage this ?




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

Reply via email to