[
https://issues.apache.org/jira/browse/ADFFACES-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-78:
---------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> ADF-Faces Trinidad examples web.xml is invalid against 2.4 xsd
> --------------------------------------------------------------
>
> Key: ADFFACES-78
> URL: https://issues.apache.org/jira/browse/ADFFACES-78
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Components: Build
> Affects Versions: 1.0.0-incubating-core
> Environment: all
> Reporter: Mikhail Grushinskiy
> Assigned To: Matthias Weßendorf
> Fix For: 1.0.0-incubating-core
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.