由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JSP tag file and EL warnings
相关主题
JSP translation unit?servlet读取directory的基本问题
Oracle JDeveloper question, many thanks!大家都是怎么自学J2EE的
Run Servlet with Tomcatspring mvc 里面 view 必须是 jsp吗?
[转载] Urgent Help needed about Java Servlet?菜鸟请教版上大虾--如何用Java建一个连接Dababase的Tomcat网页
Re: JSP菜鸟一问servlet-mapping causing http 404 error
still web.xml questionSpring + Jersey 的 REST API, servlet context 能看到 Spring (转载)
求助!Tomcat下设置servlets的问题使用JAVA的一则经验和教训
JSP How to Invoke the Specific version of Xerces-JjBuiler 4白皮书(来自inprise网站)
相关话题的讨论汇总
话题: jsp话题: files话题: web话题: el话题: tag
进入Java版参与讨论
1 (共1页)
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

1 (共1页)
进入Java版参与讨论
相关主题
jBuiler 4白皮书(来自inprise网站)Re: JSP菜鸟一问
new in JSP 2.0 specstill web.xml question
Swing GUI vs JSP Web Solution求助!Tomcat下设置servlets的问题
help neededJSP How to Invoke the Specific version of Xerces-J
JSP translation unit?servlet读取directory的基本问题
Oracle JDeveloper question, many thanks!大家都是怎么自学J2EE的
Run Servlet with Tomcatspring mvc 里面 view 必须是 jsp吗?
[转载] Urgent Help needed about Java Servlet?菜鸟请教版上大虾--如何用Java建一个连接Dababase的Tomcat网页
相关话题的讨论汇总
话题: jsp话题: files话题: web话题: el话题: tag