Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

BUG: JDeveloper 11G - \" inside string

610520Oct 14 2008 — edited Oct 15 2008
Hi!

Taste the difference:

+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"+
+"http://www.w3.org/TR/html4/loose.dtd">+
+<%@ page contentType="text/html;charset=windows-1251"%>+
+<html>+
+ <head>+
+ <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"/>+
+ <title>test</title>+
+ </head>+
+<% String s=true?"onload=('top.location.replace(\"test.jsp\");')":""; %>;+
+ <body <%=true?"onload=('top.location.replace(\"{color:#ff0000}_test.jsp\");')":""_{color}%>>+
+ </body>+
+</html>+

Why JDeveloper editor show error on second variant?

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 12 2008
Added on Oct 14 2008
2 comments
200 views