Problems with JSF UI tags from Sun Studio Creator 2
I have a problem when I try to use Sun's JSF UI components from Sun
Studio Creator 2. The webui.jar (which also includes the tld file for
all UI components tags) is part of my web module, but IDEA can't figure
out the tags from the webui.jar.
Is this a bug in IDEA?
Code example:
// OK
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> // OK
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> // OK
<%@ taglib uri="http://www.sun.com/web/ui" prefix="ui" %> // OK
// OK
]]> // OK
<ui:head> // error - can't resolve tag
]]> // OK
</ui:head> // error - can't resolve tag
// OK
* // error - can't resolve tag
// error - can't resolve tag
// error - can't resolve tag
// error - can't resolve tag*
// OK
// OK
// OK
]]> // OK
Please sign in to leave a comment.
BTW: I'm using IDEA 5.1 Build #4155
Hi,
Could you navigate to tld by control + click on http://www.sun.com/web/ui?
Kenneth Christensen wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Yes, it works fine.
Ok, any chance for little project with jsp and library to demonstrate
the problem?
Kenneth Christensen wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Can I send the file to you by email?
File size is approx. 2.9 MB
Hi,
Since it looks like a bug, please, submit jira item and attach the files
to it. Thank you!
Kenneth Christensen wrote:
--
Best regards,
Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Done.
http://www.jetbrains.net/jira/browse/IDEA-6825