Trying to get rid of
struts related spring modules /validator stuff from my code as we are no longer using struts. I'm seeing the following defined in my
JSP
I have spring-validator.jsp which contains the following:
And then in one of my JSP page, I see it being called like this:
1. What does defining the prefix "v" and "javascript" mean in the above code?
2. What does dynamicJavascript = "true" means?
So far whenever I've seen the usage of springframework tags, which are defined like this:
I've used that it's being used in the form using prefix "form" prefix, which was easy to understand. But the spring-validator stuff is something I'm trying to understand such that I can get rid of it and what I need to do to get it replaced.