[jboss-user] [JBoss Seam] - Re: Ajax4jsf does no work

gavin.king@jboss.com do-not-reply at jboss.com
Mon Nov 13 18:25:16 EST 2006


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#3985643

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985643



More information about the jboss-user mailing list