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

2006-11-13 Thread [EMAIL PROTECTED]
This is how you use Ajax4JSF with Facelets: | org.ajax4jsf.VIEW_HANDLERS | org.jboss.seam.ui.facelet.SeamFaceletViewHandler | (copy/pasted straight from the Seam 1.1 booking example) View the original post : http://www.jboss.com/index.html?module=bb&

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

2006-11-13 Thread [EMAIL PROTECTED]
Y'know, Todd and myself put a lot of work into building a nice example application that shows exactly how to use Ajax4JSF with Seam. Please follow the example, since otherwise you waste your time, my time, and everyone else here's time. Sheesh. View the original post : http://www.jboss.com/ind

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

2006-11-13 Thread antispart
Found the cause: http://jira.jboss.com/jira/browse/JBSEAM-498 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985639#3985639 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985639

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

2006-11-13 Thread antispart
I'm having a similar issue. only reRenders if I set ajaxRendered="true" Just tried a seam example from CVS and it looks to work so I'm a little lost for a reason for my app not working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985530#3985530 Reply to

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

2006-11-13 Thread m.schuetz
The web.xml: | | http://java.sun.com/xml/ns/javaee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> | | !-- other faces configuration files --> |