This is how you use Ajax4JSF with Facelets:
<context-param>
| <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
|
<param-value>org.jboss.seam.ui.facelet.SeamFaceletViewHandler</param-value>
| </context-param>
(copy/pasted straight from the Seam 1.1 booking example)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985643#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...