Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.7.1
    • Fix Version/s: 1.7.2
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      All

      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. main.jspx
        1 kB
        Arran Mccullough

        Activity

        Hide
        Mark Collette added a comment -

        Now the maximum severity is cleared out between lifecycles.

        TRUNK
        Subversion 17482
        ICEfaces 1.7 branch
        Subversion 17483
        icefaces\core\src\com\icesoft\faces\context\BridgeFacesContext.java

        Show
        Mark Collette added a comment - Now the maximum severity is cleared out between lifecycles. TRUNK Subversion 17482 ICEfaces 1.7 branch Subversion 17483 icefaces\core\src\com\icesoft\faces\context\BridgeFacesContext.java
        Hide
        Mark Collette added a comment -

        I'm curious if there's implications for ICE-2297.

        Show
        Mark Collette added a comment - I'm curious if there's implications for ICE-2297 .

          People

          • Assignee:
            Unassigned
            Reporter:
            Arran Mccullough
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: