Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 326550

Summary: Attribute value parsed incorrectly in a jsp
Product: [WebTools] WTP Source Editing Reporter: Nick Sandonato <nsand.dev>
Component: jst.jspAssignee: Nick Sandonato <nsand.dev>
Status: RESOLVED FIXED QA Contact: Nick Sandonato <nsand.dev>
Severity: normal    
Priority: P3 CC: rakes123, thatnitind
Version: 3.2.2   
Target Milestone: 3.2.3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Nick Sandonato CLA 2010-09-29 11:20:22 EDT
+++ This bug was initially created as a clone of Bug #325818 for porting to 3.2.3 and HEAD. +++

Build Identifier: N20100906-2000

Open following jsp in jsp editor:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><%@page
	language="java" contentType="text/html; charset=ISO-8859-1"
	pageEncoding="ISO-8859-1"%>
<%@taglib prefix="siteedit" uri="http://www.ibm.com/siteedit/sitelib"%>
<html>
<head>
<title>newpage3</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="GENERATOR"
	content="Rational® Application Developer for WebSphere® Software">
<link rel="stylesheet" type="text/css"
	href="theme/horizontal-button___.css">
<link rel="stylesheet" type="text/css"
	href="theme/horizontal-button____.css">
</head>
<body>

<siteedit:navbar
	target="home,children,parent,topchildren,self,previous,next"
	label="previous,<<   Back|next,Next>>" spec="horizontal-button.jsp" />
</body>
</html>

Notice label="previous,<<   Back|next,Next>>" is parsed incorrectly.

Reproducible: Always
Comment 1 Nick Sandonato CLA 2010-09-29 11:31:16 EDT
Changes checked in for 3_2_Maintenance and HEAD.
Comment 2 Nick Sandonato CLA 2010-10-05 14:01:05 EDT
*** Bug 326338 has been marked as a duplicate of this bug. ***