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

Key: IDEA-15453
Type: Bug Bug
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Dmitry Kashin
Votes: 0
Watchers: 1
Operations

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

After inlining JSP fragment include instruction not removed

Created: 04 Oct 07 16:16   Updated: 05 Oct 07 12:26
Component/s: J2EE.JSP

Build: 7,318


 All   Comments   Work Log   Change History      Sort Order:
Alexander Chernikov - 05 Oct 07 12:11
7328: tried complete.jsp:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head><title>Title</title></head>
<body>
<%@ include file="fragment.jspf"%>
</body>
</html>

and fragment.jspf:
<% int i = 0; %>
After inline no include directive left...


Dmitry Kashin - 05 Oct 07 12:26
It was at least one exception before this and it was submitted(hard to descibe it but it was not more then 5-10 minutes after this bug report). Will try to investigate it more.