Community
Participate
Working Groups
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.