[jboss-user] [JBoss Seam] - Re: Exception about Seam taglibrary

2006-11-28 Thread hubaer
Hi, you must put the jboss-seam-ui.jar into the WEB-INF/lib in your war-file. Regards Marco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989369#3989369 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989369

[jboss-user] [JBoss Seam] - Re: Exception about Seam taglibrary

2006-11-08 Thread petemuir
A guess: Do you have the jboss-seam-ui.jar in the ear? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984038#3984038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984038 ___

[jboss-user] [JBoss Seam] - Re: Exception about Seam taglibrary

2006-11-08 Thread [EMAIL PROTECTED]
Thanks. That particular file wasn't specified in the documentation in the deployment chapter. http://docs.jboss.com/seam/1.1BETA1/reference/en/html/configuration.html I'll put in a JIRA for that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984191#3984191

[jboss-user] [JBoss Seam] - Re: Exception about Seam taglibrary

2006-11-08 Thread [EMAIL PROTECTED]
Heh, even with that in and being referenced in the application.xml its still blowing up with the same exception fom the jsp. Something funky going on. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984238#3984238 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception about Seam taglibrary

2006-11-08 Thread [EMAIL PROTECTED]
Found the other issue, you need to deploy this to the WEB-INF/lib. next you need to actually reference your application with: http://localhost:8080/{earname}/index.seam Or else you will get another funky exception related to the faces servlet not existing. View the original post :