T*****e 发帖数: 361 | 1 I have been annoyed by several hundred warning messages generated by
Eclipse (3.2.2) WTP (1.5.3, Dynamic Web Project). There are two major sets
of warnings, one for JSP tag files ("Unknown tag") and the other for "EL
Syntax Error".
My project structure is:
/
|- src (for all java source files, including servlets)
|- web
|- images
|- scripts
|- styles
|- ...
|- resources (JSP files for serving AJAX calls)
|- services (JSP files)
|- ...
|- WEB-INF
|- classes | g*****g 发帖数: 34805 | 2 WTP is not smart enough to understand include clause or tiles,
so in jsp fragments, you'll see all these missing tags blah blah.
I don't see them fixing this anytime soon. You can disable html validation
if that bothers you a lot. But you lose the benefit too.
sets
【在 T*****e 的大作中提到】 : I have been annoyed by several hundred warning messages generated by : Eclipse (3.2.2) WTP (1.5.3, Dynamic Web Project). There are two major sets : of warnings, one for JSP tag files ("Unknown tag") and the other for "EL : Syntax Error". : My project structure is: : / : |- src (for all java source files, including servlets) : |- web : |- images : |- scripts
|
|