jar « MyFaces « JSF Q&A





1. How to reference Facelets taglib in JAR from Facelets and web.xml?    stackoverflow.com

I am using the Apache MyFaces Commons Validator TagLib. How should i add this to my web.xml? The commons JAR is downloaded and resolved through Maven. XHTML (I think this is ...

2. Problem with myfaces.jar    coderanch.com

Hi, I think myfaces.jar isn't in lib directory of your project or your project can't find this jar file properly. if myface.jar is properly in your lib directory, you can use these tags without error when you are been offline. <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core" %> <%@ taglib prefix="h" uri="http://java.sun.com/jsf/html" %> Regards Solmaz [ October 22, 2005: Message edited by: Solmaz Anvar ...

3. Where to get myfaces-extensions.jar    coderanch.com

Coincidentally, I was on that web site looking to download tomahawk.jar (formerly myfaces-extensions.jar), and I found that trying to get to the binaries download page (http://myfaces.apache.org/binary.cgi) gives a 500 Internal Server Error. I thought it might have been a temporary glitch when I was trying to download on Friday, but it's still happening today. As a temporary measure, I downloaded a ...