-
1. Re: JSP Validator gives errors if scriptlets are used
akazakov Feb 16, 2010 5:56 AM (in response to mrobin21)Do you see this problem marker in JSP Editor or in runtime? -
2. Re: JSP Validator gives errors if scriptlets are used
mrobin21 Feb 16, 2010 5:13 PM (in response to akazakov)Hi Alexey.
In the JSP Editor. The JSP seems to run OK. The errors I get when I run the site I think are caused by another issue whereby the Tiles Plugin isn't starting up and so the Tiles Controller behind the JSP is not being invoked so a required request attribute is not present.
I have requested help for the Tiles Plugin problem in another discussion.
-
3. Re: JSP Validator gives errors if scriptlets are used
akazakov Feb 17, 2010 4:16 AM (in response to mrobin21)This error marker is genareted by JavaScript Syntax Validator (Eclipse WTP). You can try to disable it via Project->Properties->Validation->JavaScript Syntax Validator.
JBoss Tools doesn't add such markers and doesn't validate JavaScript at all. If this desn't help then please report this issue to https://bugs.eclipse.org/bugs/
-
4. Re: JSP Validator gives errors if scriptlets are used
mrobin21 Feb 18, 2010 2:33 AM (in response to akazakov)Thanks Alexey,
There is no 'JavaScript Syntax Validator' under Project->Properties->Validation. Just 'JSP Syntax', which I turned off to no effect. The only other Validators in that section are 'HTML Syntax' and 'XSLT Validation'. There is an entry under Project->Properties->JavaScript called 'Validation', which is already turned off.
I'll lodge my details to bugs.eclipse.org.
Kind Regards,
Matt.
-
5. Re: JSP Validator gives errors if scriptlets are used
mrobin21 Apr 15, 2010 5:08 PM (in response to mrobin21)Sorry about the delay in replying. Problem was solved by re-creating the project from scratch.