ICEfaces
  1. ICEfaces
  2. ICE-7014

<ice:inputText> within composite components lose value if validation fails

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Won't Fix
    • Affects Version/s: EE-2.0.0.GA
    • Fix Version/s: 3.0, EE-2.0.0.GA_P01
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Tomcat 7.0.14, Mojarra 2.1.2
    • Assignee Priority:
      P1
    • Affects:
      Compatibility/Configuration

      Description

      Given this example with prop:fieldset and prop:properyText being Composite Components and an ice:inputText within propertyText:

      <prop:fieldset>
      <prop:propertyText value="#{myBean.myValue}">
      <f:validateLength for="input" minimum="5"/>
      </prop:propertyText>
      </prop:fieldset>

      If validation fails, the ice:inputText within prop:propertyText loses its value if validation fails. This doesn't happen with an h:inputText.

       It also does NOT happen, if prop:fieldset is removed. So the bug actually only happens if the parent of composite component containing the ice:inputText is a composite component too.

        Activity

          People

          • Assignee:
            Deryk Sinotte
            Reporter:
            Adrian Gygax
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: