Duh! It's so easy a caveman could do it!
I just needed to add the "validate" property to the transition element of my view and set it equal to "false" this suppresses validation for this specific...
Type: Posts; User: kolobear; Keyword(s):
Duh! It's so easy a caveman could do it!
I just needed to add the "validate" property to the transition element of my view and set it equal to "false" this suppresses validation for this specific...
I have a page within a Web Flow that gathers location information. In this page is a STATES dropdown list (containing all the states in the US). When the user selects a state, the loadCities event is...
Thank you. That was it. My naming was all over the place. Once I streamlined the naming everything started working.
Thank you for your guidance. It's much appreciated.
I open the page and without entering any form data, I submit the form. This should trigger the validator and errors should be returned. You may notice some debugging statements being sent to a logger...
And finally here is my JSP:
<h2>Registration</h2>
<div>Checker => ${checker}</div><br />
<form:errors path="registerModel" cssClass="errors" element="div" />
<form:form...
>>> I have referred to the reference documentation => http://static.springsource.org/spring/docs/3.1.1.RELEASE/spring-framework-reference/html/validation.html >>>
Here is the RegistrationModel:
...
I am having issues with getting a validator to work. I appreciate any help in identifying the issue.
I am using an MVC + Web Flow configuration.
Here is web.xml
<?xml version="1.0"...
I am attempting to build a Spring MVC + Web Flow + Apache Tiles2 application.
I am having an issue when I run the application where the JSP code is displayed on the client-end instead of an HTML...