Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 335927 - [properties] After entering "<formatted "xxx">" in the properties view of the JSP editor,the properties view will appear error.
Summary: [properties] After entering "<formatted "xxx">" in the properties view of the...
Status: NEW
Alias: None
Product: WTP Source Editing
Classification: WebTools
Component: jst.jsp (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: jst.jsp CLA
QA Contact: Nick Sandonato CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 02:40 EST by zhaojian CLA
Modified: 2011-11-18 11:16 EST (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 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.