[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-28 Thread ellenzhao
Since there is fileset id=ejb3.lib dir=lib | include name=jboss-seam.jar / | /fileset in the !--- EJB3 --- section in your build.xml, I suppose there would be something like module | javajboss-seam.jar/java | /module in the application.xml. Now the question

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-28 Thread ellenzhao
Ah sorry i made a mistake. That was EJB3 section but not EAR section. So I guess the jboss-seam.jar may well be already be found at deploy time. I modified the hotel booking example too and the packaging strategy also followed the example (your packaging is a bit different). Everything

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-28 Thread ama55
That made it working for now thanks for your help Best Regards ama55 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989424#3989424 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989424

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-27 Thread ellenzhao
can you please paste your build.xml and application.xml here? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988960#3988960 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988960

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-27 Thread ama55
Here is the build.xml | ?xml version=1.0? | project name=Phone Directory default=deploy basedir=. | !-- Allow this to be overriden by others importing this project. -- | dirname property=imported.basedir file=${ant.file.Seam} / | !-- Give user a chance to override without editing

[jboss-user] [JBoss Seam] - Re: Error when using ajax and facelets

2006-11-27 Thread yj4jboss
These are the mods i did in my web.xml to have Ajax4JSf working | | | !-- Ajax4jsf -- | filter | display-nameAjax4jsf Filter/display-name | filter-nameajax4jsf/filter-name | filter-classorg.ajax4jsf.Filter/filter-class |