How to see JSP errors in the Problem view in Eclipse + WTP
I have installed WTP into Eclipse Galileo. When I open up my JSPs, I get red markers indicating syntax or compile errors. However, I do not see these markers in the Navigator, Package Explorer or the Probl开发者_开发技巧ems views. Is there a way to see which JSPs have problems in any/ all of these views?
Your project needs to have the Validation Builder installed for the Problem Markers to be created/updated. The Properties dialog on your project should have a Validation page offering the ability to add this Builder.
Possibly you project is not dynamic web project.
Try to create a sample "dynamic web project" and see what happens.
精彩评论