dev@javaserverfaces.java.net
[mojarra trunk] Old taglib declaration in mojarra_ext.tld
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Martin Kočí <
Martin.Koci_at_aura.cz
>
Date
: Wed, 08 Apr 2009 15:32:17 +0200
Hi,
mojarra_ext.tld contains old declaration:
<taglib version="2.0" xmlns="
http://java.sun.com/xml/ns/j2ee
"
xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance
"
xsi:schemaLocation="
http://java.sun.com/xml/ns/j2ee
web-jsptaglibrary_2_0.xsd">
<tlib-version>1.0</tlib-version>
I think it should be:
<taglib xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance
"
xmlns="
http://java.sun.com/xml/ns/javaee
"
xsi:schemaLocation="
http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-jsptaglibrary_2_1.xsd
"
version="2.1">
<tlib-version>1.2</tlib-version>
as in jsf_core.tld or html_basic.tld
Regards,
Martin
This message
: [
Message body
]
Next message
:
Ryan Lubke: "Re: [JSF 1.1] source code"
Previous message
:
Martin Kočí: "Re: [Mojarra trunk] Flash and invoke application phase"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]