- This topic has 4 replies, 2 voices, and was last updated 18 years, 2 months ago by Alexandru Popescu.
-
AuthorPosts
-
Alexandru PopescuMemberHi!
I am wondering what is the usage of JSP Directive Validation?
Sorry if the question sounds stupid, but I am trying to figure out a workaround for a validation problem related to usage of <@include %>. I would have supposed that if JSP Directive Validation is turned off, than <@include %> would be not validated, and so I would have removed
temporary the issue mentioned.Thanks in advance,
./alex
—
:Architect of InfoQ.com:
.w( the_mindstorm )p.
Alexandru PopescuMemberSorry for pushing it, but I would definitely like to get some hints for this, as I couldn’t find any documentation related to this topic.
TIA,
./alex
—
:Architect of InfoQ.com:
.w( the_mindstorm )p.
GregMemberAlex,
Unfortunately there isn’t a way to my knowledge to disable only JSP Directive validation without disabling JSP validation for the entire project. I assume you don’t want to do this, but if you do, you can right click the project properties and go to MyEclipse > Validation. Then override the workspace defaults and uncheck JSP Validation. We are looking into options for our next release that will allow users to disable validation for individual files, but that is still work-in-progress.
Alexandru PopescuMemberGreg, I am a little puzzled. If I open the Validation properties I see the following options:
MyEclipse -> Validation:
Manual Build
JSP Directive Validator
JSP Syntax ValidatorSo, my question is: what is the purpose of JSP Directive Validator? It looks like a complete different option than the JSP Syntax Validator. Considering that I am facing the bug mentioned here jsp validator complains about include, I am at the point at which I cannot use the validation at all. I consider this a very serious issue.
./alex
—
:Architect of InfoQ.com:
.w( the_mindstorm )p.
[/url]
Alexandru PopescuMemberLooks like this one is an unknown or unexplained feature. Cool! However, I haven’t been able to produce anything notable switching it on/off, so I think it just something that was included in the distribution to see if the users are paying attention.
./alex
—
:Architect of InfoQ.com:
.w( the_mindstorm )p.
Co-founder of InfoQ.comps: sorry for the message but I couldn’t believe my eyes that this piece of functionality isn’t explained and also that it is impossible to get an explanation for it from the official forum.
-
AuthorPosts