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

Bug 335927

Summary: [properties] After entering "<formatted "xxx">" in the properties view of the JSP editor,the properties view will appear error.
Product: [WebTools] WTP Source Editing Reporter: zhaojian <zhaoj>
Component: jst.jspAssignee: jst.jsp <jst.jsp-inbox>
Status: NEW --- QA Contact: Nick Sandonato <nsand.dev>
Severity: normal    
Priority: P3 CC: ryohei.m, thatnitind
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description zhaojian CLA 2011-02-01 02:40:41 EST
Build Identifier: M20080911-1700

In the JSP editor's properties view, after entering "<formatted "xxx">",the value of the attribute was changed to "<formatted "". At the same time,it will display a wrong attribute named "xxx", its value is empty.

Reproducible: Always

Steps to Reproduce:
1. Create a new Dynamic Web project.
2. Create a new JSP file.
3. Open the JSP file with JSP Editor.
4. In the source view,entering "<input value="txt"/>".
5. In the Properties View, editing the value attribute of the input tag,
the value of the attribute changes from "txt" to "<formatted "xxx">".
6. In the Properties View,the value of the attribute will change into <formatted ". At the same time,it will display a wrong attribute named "xxx", its value is empty.