Mysterious Eclipse JSP Validation Errors

前端 未结 16 2246
你的背包
你的背包 2021-01-30 08:50

Eclipse (Helios) occasionally marks valid looking JSP content as having errors. It seems like it often breaks when I use the tag. For example, in a JSP with just th

16条回答
  •  忘了有多久
    2021-01-30 09:10

    Based on the comments, I ended up turning off part of the JSP validation, which fixed this.

    1. Go to "Project->Properties->Validation".
    2. Click "Configure Workspace Settings...".
    3. Unselect options for JSP Syntax Validator (both manual and build).

    I was hoping I was missing something and there was a way to fix this, but I have to concede that the JSP validation is junk.

提交回复
热议问题