I have an error in Eclipse in my JSP files.
No matter what I put as my <form action=" ...
I get an Element not found
error. This is on every form, on every JSP, which makes it harder to track down actual problems in my Project Explorer
since everything has a red X on it.
My code works as expected, and I would prefer to not just disable the warning, as I'm still learning and generally appreciate error messages.
Not helpful:
Form Post Action Error in Eclipse
<form action="/sampleServlet" giving me exception
EDIT
Neon -v 4.6.0
Did a reinstall and figured out it is the WTP that is causing the error.