Sualeh Fatehi
Sualeh Fatehi

Reputation: 4784

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 Problems views. Is there a way to see which JSPs have problems in any/ all of these views?

Upvotes: 1

Views: 1471

Answers (2)

nitind
nitind

Reputation: 20023

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.

Upvotes: 1

Igor Mukhin
Igor Mukhin

Reputation: 15398

Possibly you project is not dynamic web project.

Try to create a sample "dynamic web project" and see what happens.

Upvotes: 0

Related Questions