History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15772
Type: Bug Bug
Status: Resolved Resolved
Resolution: Cannot Reproduce
Assignee: Nikolay Chashnikov
Reporter: ihpled
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Error validating JSF pages with third party taglibs

Created: 16 Oct 07 21:25   Updated: Wednesday 13:50
Component/s: J2EE.JSF

Environment: Windows Vista Ultimate, Project JDK 1.5.0_11, JSF 1.1 R (downloaded by IDEA)I, tomahawk 1.1.6

Build: 7,361
Severity: Extreme


 Description  « Hide
This is a simple page using a JSF input component from tomahawk library:

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<html>
<head><title>Simple jsp page</title></head>
<body>
<f:view>
<h:form>
<t:inputText/>
</h:form>
</f:view>
</body>
</html>

IDEA show this error validating the page:

"Error: javax/faces/webapp/UIComponentTag"

I created a standard project with myfaces JSF 1.1 implementation but the same problem arises using JSF 1.1 reference impl. from Sun and using other taglibraries.
If I disable JSP validation the application builds correctly and also behaves correctly after deploy.



 All   Comments   Work Log   Change History      Sort Order:
ihpled - 24 Oct 07 10:18
Disabling JSP validation is a valid workaround but doing so you loose a fundamental feature.

Nikolay Chashnikov - 14 May 08 13:50
I cannot reproduce the problem. If the bug repeats please provide a sample project illustrating the problem or exact steps to reproduce it.