On 4/4/06, Adrián Villegas (JIRA) <[email protected]> wrote: > org.apache.jasper.JasperException: La uri absoluta: > http://myfaces.apache.org/extensions no puede resolverse o en web.xml o el > los archivos jar desplegados con esta aplicación
You should be able to fix this one by using "http://myfaces.apache.org/tomahawk" instead of "http://myfaces.apache.org/extensions". Extensions is being phased out. > javax.servlet.ServletException: javax.servlet.jsp.JspException: > org/apache/commons/lang/builder/HashCodeBuilder Kinda hard to guess on this one. Maybe you forgot to add commons-lang.jar to your classpath? It's better to post your questions to [EMAIL PROTECTED] The dev mailing list is for talking about working on the MyFaces project itself. The users list is for talking about using MyFaces in your project. There are a lot more people willing to help you on the users list (and almost everyone on the dev list is also on the users list anyway).
