Niklas Rosencrantz
Niklas Rosencrantz

Reputation: 26647

What is the reason for these error messages?

I'm getting error messages for no reason in RAD 8:

enter image description here

enter image description here

And the error message is complaining about a totally different method in a totaly different project in a totally different package. Is my error reporting erroneous? How can I resolve this? Since JSP validation appears to be broken in RAD 8 I have turned off validation for fragments but I want to be able to find legitimate errors. How do I proceed?

Upvotes: 2

Views: 246

Answers (2)

Doug Breaux
Doug Breaux

Reputation: 5115

I know this is late, but...

When the error indicators don't even align with the source, it seems like RAD/Eclipse is internally looking at an outdated version of the file. I usually can clear this up by closing and re-opening the file, re-validating the file, or running a Clean build.

Upvotes: 1

duffymo
duffymo

Reputation: 308763

It appears to be something new in WAS 8. The validation is broken and must be turned off in order for this to work. Found out while upgrading from 6.1->8.0.

Fragments? Scriptlets? You shouldn't have those in JSPs. That's 1998 vintage stuff. I'd recommend JSTL.

Upvotes: 1

Related Questions