ADF-Faces Trinidad examples web.xml is invalid against 2.4 xsd
--------------------------------------------------------------
Key: ADFFACES-78
URL: http://issues.apache.org/jira/browse/ADFFACES-78
Project: MyFaces ADF-Faces
Issue Type: Bug
Components: Build
Environment: all
Reporter: Mikhail Grushinskiy
ADF-Faces Trinidad examples web.xml is invalid against 2.4 xsd
in web.xml taglib elements must be surrounded by <jsp-config> for 2.4 specs
like this:
<jsp-config>
<taglib>
<taglib-uri>http://myfaces.apache.org/adf/faces/demo</taglib-uri>
<taglib-location>/WEB-INF/survey.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>http://myfaces.apache.org/adffacesdemo</taglib-uri>
<taglib-location>/WEB-INF/uixdemo.tld</taglib-location>
</taglib>
</jsp-config>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira