Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Component/s: Framework
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
-
Support Case References:
Description
When using standard JSF validation on various required fields, the form is submitted and validation functions correctly. The required fields are flagged with ICEfaces messages and the form is not submitted. When partial submit is enabled, a user will enter data/click out of an input field and the form is partially submitted. The problem is that ICEfaces disables all required statuses in order to submit the page and when the partial submit returns, it does not retain the original validation messages for required inputs.
This is a large usability more than a bug itself. We may want to have a default retainAfterPartialSubmit attribute on the ice:message and messages components, where they retain previous messages until a full submit.