Eclipse Oxygen JSP validation errors specific to nested JSTL tags
<option value="something" <c:if test="${ }">selected</c:if>>something</option>
This line of code is highlighted in Eclipse Oxygen, however I previously used Neon, and this line was in perfect order. The application launch is fine and there are no errors displaying the page at all.
Interestingly, this is specific to Oxygen or there are some settings that I miss here.
Edit:
The string is highlighted for the missing end tag for c:if, but for <option>not closing properly, expected'>'
I solved the same problem as follows: bugs / show_bug.cgi? id = 518987
- Download Feature Patch before WTP 3.9.0
- UnZIP 518987-patch01\plugins\org.eclipse.wst.html.core_1.2.101.v20170704_fix518987_01.jar org.eclipse.wst.html.core_1.2.100.v201705012043.jar
- 518987-patch01\plugins\org.eclipse.wst.html.core_1.2.100.v201705012043.jar, -eclipse\plugins\org.eclipse.wst.html.core_1.2.100.v201705012043.jar