Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 326338 - Attribute value parsed incorrectly in a jsp
Summary: Attribute value parsed incorrectly in a jsp
Status: CLOSED DUPLICATE of bug 326550
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: 3.2.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.2.3   Edit
Assignee: Nick Sandonato CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 14:38 EDT by Nick Sandonato CLA
Modified: 2010-10-05 14:01 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Sandonato CLA 2010-09-27 14:38:01 EDT
+++ This bug was initially created as a clone of Bug #325818 +++

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-10-05 14:01:05 EDT

*** This bug has been marked as a duplicate of bug 326550 ***