tags:

views:

7

answers:

0

I have a huge RCP application studio built over eclipse. I have lot of JSP pages and I wish to disable validation.

The challenge is there is no Validation option in project properties but eclipse internally checks all JSP's and generates lots of warnings.

The issue can be tackled in two ways:
- Disable all validations via code
- Provide Validation option in the project properties via extension of Property Pages

Any help is highly appreciated

related questions