Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-669

Validation error

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.1.2
    • General
    • None
    • XP, IE, jboss-4.0.2

    Description

      I got the validation error today by trying to do the 'smart thing'. Basically i have the list of objects and display as the combo box. What i do before work very fine because all thing is string. This time i try to populate directly my objects to the combo box by specify the converter. The result is OK, i got what i want but when i submit the form i got the Validation error. The code simple like this:

      <h:selectOneMenu id="S1" value = "#

      {csCardRequestHandler.suffixesModel[0].selectedValue}

      "
      disabled="#

      {csCardRequestHandler.suffixesModel[0].disableSelect}

      ">
      <f:selectItems value="#

      {csCardRequestHandler.suffixesModel[0].availableItems}

      "/>
      <f:converter converterId="com.ps.cardservices.SuffixFieldConverter"/>
      <!-f:validator validatorId="com.ps.cardservices.NullValidator"/->
      </h:selectOneMenu>

      Then i thought because of my custom converter so i try to specify the NullValidator just do nothing, still it keeps saying 'ValidatorError'

      One more thing i love to report, on my converter method:
      public String getAsString(FacesContext context, UIComponent component, Object object) throws ConverterException;
      While some tim i get the object as java.lang.String instead of my object type?

      Regards,
      hovan.

      Attachments

        Issue Links

          Activity

            People

              bruno_dev Bruno Aranda
              myfaces hovan
              Votes:
              3 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: