|
From: Will B. <wil...@ra...> - 2005-04-14 06:50:26
|
All, When there are errors in the model, status.value is obtained from errors.getFieldValue(expression), which executes a custom property editor for the field if one exists. When there aren't errors in the model, status.value is obtained from the bean wrapper, and custom property editors are not invoked. Why not? Thanks, Will |