Hehe! True! For some barmy reason I'd pasted in a commented out listener last night (....the myfaces one, just to deepen the shame of it all).
In general though, I was asking so that there is a clear example of getting JSF 1.2 working with Seam & facelets, for people reading the thread. In case anyone else fancies trying, these are the changes I made from the ear in JIRA (numberguess example but using facelets). In total I updated: JSF implementation: new jsf-* jars plus el-* jars in jsf-libs. Replaced ConfigureListener in web.xml with JSF 1.2 version Added these to faces-config: <navigation-handler>org.jboss.seam.jsf.SeamNavigationHandler</navigation-handler> <variable-resolver>org.jboss.seam.jsf.SeamVariableResolver</variable-resolver> <state-manager>org.jboss.seam.jsf.SeamStateManager</state-manager> jsf-facelets 1.0.12 is now the only jar in WEB-INF/lib Thanks for the fixes. Hope it solves Roger's problem too. I'll add a page to Seam wiki if possible View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928409#3928409 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928409 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
