I didn't trust eclipse to tell me, I used jar directly, and there are no
tld's in the myfaces-impl or myfaces-api that come with 1.2.6:
robe...@uberwald:~/workspace/thirdparty/lib/jsf$ ls
myfaces-api-1.2.6.jar myfaces-impl-1.2.6.jar tomahawk12-1.1.8.jar
robe...@uberwald:~/workspace/thirdparty/lib/jsf$ ls -1 | xargs -i jar
-tf "{}" | grep tld
META-INF/tomahawk.tld
Thanks, though.
Roberto
Leonardo Uribe wrote:
Hi
It is a problem from eclipse. You can find those files inside myfaces
jar files (look for two files called myfaces_core.tld and
myfaces_html.tld on myfaces-impl jar).
regards
Leonardo Uribe
On Thu, Apr 2, 2009 at 8:29 PM, Roberto Leibman <[email protected]
<mailto:[email protected]>> wrote:
I downloaded the latest version of myfaces, I had been using 1.1 and
want to see what's new in 1.2. My first stumbling block is the
missing tld's.
Eclipse gives me the following error
- Cannot find the tag library descriptor for
"http://java.sun.com/jsf/core"
This tld was previously included in the myfaces jar, I downloaded
some examples from the myfaces site which included myfaces 1.2.4
and the tld's were inside there! However, the latest version
(1.2.6) does NOT include them.
Did I miss something obvious?
Thanks
Roberto