Damienn

i think ive sorted it... 30 min not bad aye


add this to my web.xml


  |  <filter>
  |         <display-name>Ajax4jsf Filter</display-name>
  |         <filter-name>ajax4jsf</filter-name>
  |         <filter-class>org.ajax4jsf.Filter</filter-class>
  |     </filter>
  | 
  |     <filter-mapping>
  |         <filter-name>ajax4jsf</filter-name>
  |         <url-pattern>*.seam</url-pattern>
  |     </filter-mapping>
  | 
  |     <context-param>
  |         <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  |         
<param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
  |     </context-param>
  | 
  |     <context-param>
  |         <param-name>org.ajax4jsf.SKIN</param-name>
  |         <param-value>blueSky</param-value>
  |     </context-param>
  | 


Disabled the faceletview handler in the faces config

 
<!--view-handler>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</view-handler-->

and added the Ajax4jsf and RichFaces jars to my WAR, and add also added oscache 
for fun... 

and that was it... is it that simple? 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070309#4070309

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070309
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to