I have some form handling code. The form posts to the
current URL.
So I have these two lines at the early part of the JSP file:
...
But I always get complaint from eclipse at "%>" for
the code below:
Multiple annotations found at this line:
- Syntax error, insert ")" to complete Expression
- Syntax