Reputation: 26647
I'm getting error messages for no reason in RAD 8:
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
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
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