0 Replies Latest reply on May 11, 2007 10:40 PM by fquimbay

    Problems with required fields ...

    fquimbay

      Greetings ...

      I have a project with JBoss Seam and ADF, this project uses fields requireds in its xhtml's pages, for example:

      <h:inputText value="#{issue.summaryIss}"
       label="#{messages['createIssue.summaryIss']}"
       required="true">
       <s:validate/>
       </h:inputText>


      and, I use the tag <af:panelPage> ... In a form with this required field, I try to change to items the menu, but I can't do it, because the application show me a message validation in JavaScript: the field is required ... How can I solve this ? I need to navegate in the menu items, but I can't for the required fields .... Thanks, for your help.

      --
      fabio quimbay