2 Replies Latest reply on Sep 10, 2007 4:42 AM by aswathy_ajith

    Ajax4JSf and RSA 7.0

    aswathy_ajith

      Hello,

      I am trying to use ajax4jsf with RSA 7.0 .
      It was working well with RSA 6.0 . But when I try to insert ajax support tag into <h:inputtext > tags in RSA 7.0, I am getting an error that the support tags cannot be nexted within the input text tags.

      Ajax4JSf is not working properly in RSA 7.0 . Could you please help me on this ? It is very urgent.


      Regards
      Aswathy

        • 1. Re: Ajax4JSf and RSA 7.0
          tsetso

          Hi,

          Double check your configuration for web.xml, faces-config.xml, and import libraries. I am using RSA 7 and there is not a problem at all.

          I am with 7.0.0.3 patch.

          Best Regards.

          • 2. Re: Ajax4JSf and RSA 7.0
            aswathy_ajith

            Hello,

            I have uses ajax4jsf jar in my WEB-INF lib folder .
            I added the ajax4jsf filter in web.xml

            <display-name>Ajax4jsf Filter</display-name>
            <filter-name>ajax4jsf</filter-name>
            <filter-class>org.ajax4jsf.Filter</filter-class>

            <filter-mapping>
            <filter-name>ajax4jsf</filter-name>
            <servlet-name>Faces Servlet</servlet-name>
            REQUEST
            FORWARD
            INCLUDE
            </filter-mapping>.

            These are the only areas I have configured.

            Following are the steps created in RSA 7.0 to create a jsp page.

            1) Create a Dynamic Web Project and selected the configuration as faces.
            2) Created a new web page.
            3) Added the ajax4jsf uri
            4) Added the input text component.
            5) tried to add the ajaxsupport for the input text tag.


            Do I have to do any more configurations ?
            Could you please help me on this ?

            Regards
            Aswathy