Author | Message |
---|---|
xieguahu
Posts: 50
|
Posted 07:21 Sep 30, 2009 |
I am trying to setup the development environment. After open SVN Repository and checkout, there is an error sign there. I look into it, there is some error in my footer.jspf file: <div id="footer"> The body and html tag is not correct. So do I need to change this file to make it error free? Thanks! |
cysun
Posts: 2935
|
Posted 09:40 Sep 30, 2009 |
Please ignore the error. footer.jspf is a JSP fragment (thus the suffix jspf) that is to be included in other JSPs. It's not a complete JSP by itself. In Eclipse Preferences there should be an option to disable validation of JSP fragments. |