[jboss-user] [JBoss Seam] - Re: Number Guess Example
connerjohn
do-not-reply at jboss.com
Wed Aug 2 15:32:39 EDT 2006
nevermind, I figured it out.
I use facelets so jsp errors are not what I'm used to troubleshooting in jboss/seam.
My mistake was I replaced the jsf libraries in tomcat. I changed an entry in the web.xml pointing to the new library and everything worked.
|
| <init-param>
| <description>MyFaces tlds</description>
| <param-name>tagLibJar0</param-name>
| <param-value>jsf-libs/myfaces-impl-1.1.3.jar</param-value>
| </init-param>
|
--JC
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962587#3962587
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962587
More information about the jboss-user
mailing list