0 Replies Latest reply on Apr 16, 2008 2:40 AM by majiedahamed

    NEW TO RICH FACES PLZ HELP..!!!!!!!!!

    majiedahamed

      i have developed a jsf application,i want to get ajax functionality into it,therefore i used ajax4jsf using the oscache-2.3.2.jar and ajax4jsf.jar later as wanted my application to look more jassy....wanted to include some rich components like rich:suggestionbox etc..so i googled and found Jboss rich faces suitable when compared to sun blue print and icefaces etc.. but when i tried to do a sample application with rich faces librarty..i was quite confused..
      i reffered
      http://www.ibm.com/developerworks/java/library/j-richfaces/index.html?S_TACT=105AGX02&S_CMP=HP
      and
      http://jboss.com/index.html?module=bb&op=viewtopic&t=104575
      like1 have below question on this ..

      1) for including rich faces components into my jsf application do i need to convert my present jsp pages into xhtml pages ?
      2)As iam using Jdeveloper 10g ,i have included richfaces-impl-3.2.0.GA.jar,richfaces-api-3.2.0.GA.jar,richfaces-ui-3.2.0.GA.jar into library and included
      <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
      <%@ taglib uri="http://richfaces.org/rich" prefix="rich"%>
      in my pages and changed my filters accordingly in my web.xml file
      ------------------------------------------------------------------
      <display-name>Ajax4jsf Filter</display-name>
      <filter-name>ajax4jsf</filter-name>
      <filter-class>org.ajax4jsf.Filter</filter-class>
      <init-param>
      <param-name>createTempFiles</param-name>
      <param-value>false</param-value>
      </init-param><init-param>
      <param-name>maxRequestSize</param-name>
      <param-value>100000</param-value>
      </init-param>

      <filter-mapping>
      <filter-name>ajax4jsf</filter-name>
      <servlet-name>Faces Servlet</servlet-name>
      FORWARD
      REQUEST
      INCLUDE
      ERROR
      </filter-mapping>
      -------------------------------------------------------------------------
      i have changed my faces.xml accordingly to my bean setting to the pages is this enough ??????????

      3)plz let me know you you have any good site related to my issue ????????? whic does not include xhtml page..some sample bean with a suggestion box example and its related page