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

Bug 522068

Summary: Start tag (<option>) not closed properly, expected '>'.
Product: [Eclipse Project] JDT Reporter: 贺 高 <973867476>
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: CLOSED INVALID QA Contact:
Severity: normal    
Priority: P3 CC: loskutov
Version: 4.8   
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:
Attachments:
Description Flags
Start tag (<option>) not closed properly, expected '>'. none

Description 贺 高 CLA 2017-09-08 11:55:31 EDT
Created attachment 270128 [details]
Start tag (<option>) not closed properly, expected '>'.

把<c:if></c:if>写在option中,出现Start tag (<option>) not closed properly, expected '>'.错误   下面的代码都报红线
<select>
	<option value="0" <c:if test="${product.pflag ==0}">selected</c:if>>否</option>
	<option value="1" <c:if test="${product.pflag ==1}"></c:if>>是</option>
							</select>
Comment 1 Andrey Loskutov CLA 2017-09-08 12:13:49 EDT
This bug has nothing to do with JDT Debug project, and has no valid description/steps to reproduce.