Bug 210651 - " is translated too soon in included JSP-fragments
Summary: " is translated too soon in included JSP-fragments
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: Future   Edit
Assignee: Ian Trimble CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2007-11-22 07:36 EST by ropalla CLA
Modified: 2008-04-23 17:09 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ropalla CLA 2007-11-22 07:36:58 EST
Build ID: M20071023-1652

Steps To Reproduce:
1. Create the the two jsp-files eclipse_jspbug_main.jsp and eclipse_jspbug_include.jspf (to find in More information)
2. If you open eclipse_jspbug_main.jsp you will see an error for the include-directive (but there should be none)
3. You can get rid of the error-notification if you split (""") in ("&qu" + "ot;")


More information:
eclipse_jspbug_main.jsp
-----------------------------------------
<html>
<head>
<title>foo</title>
</head>
<body>
<%@ include file="eclipse_jspbug_include.jspf"%>
</body>
</html>
----------------------------------------
eclipse_jspbug_include.jspf
----------------------------------------
<%
   out.println("&quot;");
%>
----------------------------------------
Comment 1 Raghunathan Srinivasan CLA 2008-04-16 15:00:52 EDT
Deferred due to lack of resources