3 Replies Latest reply on Nov 26, 2010 5:15 AM by roabol

    a4j:form

    roabol

      Hi,

       

      I'm starting to use the RichFaces and tried to use the tag <a4j:form> in my example and an error occurred:

       

      /index.xhtml @17,23 <a4j:form> Tag Library supports namespace: http://richfaces.org/a4j, but no tag was defined for name: form

       

      I'm trying with glassfish 3.0.1 and netbeans 6.9.

       

      Another problem happens when I use the header on tag <rich:panel header="RichFaces Greeter" style="width: 315px">, the netbeans identify with a error:

       

      Sem título.png

       

      Someone help?

        • 1. Re: a4j:form
          ilya_shaikovsky

          a:form will not be migrated to 4.x because ajaxSubmit feature not actual in JSF 2 world where behaviors standartized.

          1 of 1 people found this helpful
          • 2. Re: a4j:form
            ilya_shaikovsky

            for rich:panel - header should actually works. we need to check if it's properly geenrated as attribute in taglib. that could cause such validations as IDE can't recognize it as valid attribute. But it will works when you run app.

            1 of 1 people found this helpful
            • 3. Re: a4j:form
              roabol

              Hi Ilya,

               

              Yes that works when I run app. I just to know why this validations was incorrect...

               

              Thanks a lot for your clarification!!!!!