[
https://issues.apache.org/jira/browse/MYFACES-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833094#action_12833094
]
Matthias Weßendorf commented on MYFACES-2543:
---------------------------------------------
Leo/Jakob:
check the JAR before you comment...
There is NO java class at all; just some taglib and XHTML
this has to work..... Why?
Here:
Question:
"is there any Java code in the application, or in libraries used by the
application, that extends from or depends on any class in package
com.sun.facelets and/or its sub-packages?"
==> NO (right?)
>From the spec:
If the answer to this question is "no", Facelets in JSF 2.0 is backwards
compatible with pre-JSF 2.0 Facelets and such an application must not continue
to bundle the Facelets jar file along with the application, and must not
continue to set the Facelets configuration parameters.
==> should work. But it does not... why? Myfaces2 wants to see 2.0 gramma
settings on taglib (which is wrong)
The XSD restriction on the SPEC appendix is a bug.
I am re-opening this ticket, for the given reasons.
> Facelets Taglib jars are not recognized
> ---------------------------------------
>
> Key: MYFACES-2543
> URL: https://issues.apache.org/jira/browse/MYFACES-2543
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0-beta
> Environment: Facelets
> Reporter: Ganesh Jung
> Assignee: Leonardo Uribe
> Fix For: 2.0.0-beta-2
>
> Attachments: MyFaces_Test.jar
>
>
> Facelets taglibs defined according to the spec 10.3.2 are not recognized.
> This page uses a test taglib (see attachment):
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
> "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
> <html xmlns="http://www.w3.org/1999/xhtml"
> xmlns:f="http://java.sun.com/jsf/core"
> xmlns:h="http://java.sun.com/jsf/html"
> xmlns:ui="http://java.sun.com/jsf/facelets"
> xmlns:test="http://j4fry.org/test">
> <body>
> <test:button />
> </body>
> </html>
> but test:button is not resolved...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.