- 
        1. Re: Ajax4JSf and RSA 7.0tsetso Sep 10, 2007 4:04 AM (in response to aswathy_ajith)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.0aswathy_ajith Sep 10, 2007 4:42 AM (in response to 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
 
    