ConnectionException validating XML using t: panelTabbedPane [SEC=UNCLASSIFIED]

2010-03-29 Thread Rob . McAuliffe
Hi, I'm trying to use the Tomahawk panelTabbedPane tag on a project that already has some working tomahawk (tomahawk 1.1.9; jsf 1.1; java 1.6) tags. It seems that the code for this tag is trying to validate the configuration in the web.xml file, and in doing so, is looking for the DTD, for

Re: ConnectionException validating XML using t: panelTabbedPane [SEC=UNCLASSIFIED]

2010-03-29 Thread Leonardo Uribe
Hi javax.servlet api jar should provide this dtd (maybe your web container is not providing this dtds). In this case tomahawk try to get it, but it can't see it. Try put this file under your webapp classpath: javax/servlet/resources/web-app_2_3.dtd That should work. The other alternative is

Re: ConnectionException validating XML using t: panelTabbedPane [SEC=UNCLASSIFIED]

2010-03-29 Thread Rob . McAuliffe
03:03 PM Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users@myfaces.apache.org cc Subject Re: ConnectionException validating XML using t: panelTabbedPane [SEC=UNCLASSIFIED] Hi javax.servlet api jar should provide this dtd (maybe your web container