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!

!!BUG!! JSP code editor coloring syntax

299661Nov 4 2002
The color syntax gets out of wack.
Copy the following code to a new jsp file and you will see in the script block.
In the if statement where the "<" sign is jdev starts coloring as if it were the begining of a html tag. which it isn't.
Just thought I would let people know about it so people could fix it.

<html>
<head>
<script>
function cartTransition(top, left) {
if(top < toTop) {

}
}
</script>
</head>
<body>
<h1>Hello</h1>
</body>
</html>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2002
Added on Nov 4 2002
3 comments
144 views