I am not sure where to begin with this error message. I have tried googling, but I was never able to nail down a solid reason why I am getting this message.
I have looked at various jsp tutorials and they all seem relatively simple so I don't see the problem.
I am writing another plugin for JetBrains TeamCity and have been passing values back and forth between my java code and jsp code with parameters like this:
${parameterName}
Whenever I try to put in real jsp code with tags like
<%= new java.util.Date() %>
This throws this error.
<%!, <jsp:declaration, <%=, <jsp:expression, <%, <jsp:scriptlet ) are disallowed here
Any help or suggestions are appreciated.