Hi all,
I have followed Matt Raibles instructions on setting Commons Validator w/Spring MVC and I have it working... however, I then went to put in the code to move it to an external file which he does using a jsp. I followed the instructions and I seem to have lost my client side validation (server side is still working).
Anyway... at the same time... IntelliJ is telling me that my "element is not closed" using the following code in my validator.jsp:
<%@ page language="java" contentType="javascript/x-javascript" %>
<%@ taglib prefix="v" uri="http://www.springmodules.org/tags/commons-validator" %>
<v:javascript dynamicJavascript="false" staticJavascript="true"/>
I tried removing the slash at the end and adding </v:javascript> but it doesn't seem to make a difference.
The only thing I could think of is that I'm using the .2 jar vs the .1 jar which is what Matt was using at the time of his writing.
Anyone have a clue as to how to fix this and if not... at least clue me into how I go about checking why IntelliJ thinks that I'm not closing my element properly?
Thanks,
Steve


