[
https://jira.jboss.org/jira/browse/JBIDE-4380?page=com.atlassian.jira.plu...
]
Daniel Azarov commented on JBIDE-4380:
--------------------------------------
I fixed c:import and c:redirect for JSP 2.0 URI
http://java.sun.com/jsp/jstl/core
OpenOn for jsp:include and jsp:directive.include does not work in my
project. Maybe some tld or libraries are missing?
I check it in this way:
1. Open studio
2. Create seam web war project
3. create test.jsp and include.jsp file in WebContent folder
include.jsp file may be empty
test.jsp file:
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib
uri="http://jboss.com/products/seam/taglib" prefix="s"
%>
<html>
<head>
<title></title>
</head>
<body>
<jsp:include page="include.jsp"></jsp:include>
<jsp:directive.include file="include.jsp"></jsp:directive.include>
<f:view>
</f:view>
</body>
</html>
4. Open test.jsp in VPE and try OpenOn
What I did wrong?
OpenOn mechanism doesn't work for jsp:include,
jsp:directive.include, c:import.
-------------------------------------------------------------------------------
Key: JBIDE-4380
URL:
https://jira.jboss.org/jira/browse/JBIDE-4380
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor core
Affects Versions: 3.1.0.M1
Reporter: Denis Maliarevich
Assignee: Daniel Azarov
Fix For: 3.1.0.M4
OpenOn mechanism doesn't work for included/imported pages/files in jsp:include,
jsp:directive.include, c:import templates. Ctrl+Mouse Click in the source part of VPE on
the included file name does not open included page.
See test project for JBIDE-4373: customFaceletsTestProject in
org.jboss.tools.jsf.vpe.jsf.test and JBIDE4373Test.java.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira