Details
Description
It seems that the value of the BridgeFacesContext#maxSeverity member not will be resetted in this case:
1. Input Form with validation (e.g. required="true")
2. Submit Form without value
3. The FacesMessage Validation Error occurs, #{facesContext.maximumSeverity} gives the correct value "ERROR"
4. Enter a value and submit the Form again
5. The Validation Error disappears, but maximumSeverity still have the value "ERROR".
1. Input Form with validation (e.g. required="true")
2. Submit Form without value
3. The FacesMessage Validation Error occurs, #{facesContext.maximumSeverity} gives the correct value "ERROR"
4. Enter a value and submit the Form again
5. The Validation Error disappears, but maximumSeverity still have the value "ERROR".
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17483 | Tue Sep 02 16:28:46 MDT 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #17482 | Tue Sep 02 16:20:35 MDT 2008 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
|