Uploaded image for project: 'MyFaces Tomahawk'
  1. MyFaces Tomahawk
  2. TOMAHAWK-803

SelectOneLanguage validator never called

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.4-SNAPSHOT, 1.1.5-SNAPSHOT
    • 1.1.5
    • SelectOneCountry
    • None
    • Myfaces-Jar's are 1.1.5-snapshot of 2006-20-11:
      myfaces-impl, myfaces-api, tomahawk, tomahawk-sandbox

    Description

      t:selectOneLanguage never calls the custom validator #

      {myBean.validateField}, which is defined on attribute validator=

      sample:
      <t:selectOneLanguage id="customerLanguage"
      emptySelection="my empty message"
      required="true|false"
      validator="#{myBean.validateField}

      "
      value="#

      {myBean.language}

      "
      />

      on the other side, the validator of an inputText field works fine:
      <t:inputTextid="customername"
      required="true|false"
      validator="#

      {myBean.validateField}

      "
      value="#

      {myBean.name}

      "
      />

      Problem was previousely reported under MYFACES-491

      Attachments

        Activity

          People

            cagatay_civici Cagatay Civici
            martib Bruno Marti
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: