Search:

Type: Posts; User: kolobear; Keyword(s):

Search: Search took 0.02 seconds.

  1. Duh! It's so easy a caveman could do it! I...

    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...
  2. Cities and States dropdown lists and Spring Validation

    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...
  3. Replies
    6
    Views
    285

    Thank you. That was it. My naming was all over...

    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.
  4. Replies
    6
    Views
    285

    I open the page and without entering any form...

    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...
  5. Replies
    6
    Views
    285

    And finally here is my JSP: ...

    And finally here is my JSP:

    <h2>Registration</h2>

    <div>Checker => ${checker}</div><br />
    <form:errors path="registerModel" cssClass="errors" element="div" />

    <form:form...
  6. Replies
    6
    Views
    285

    >>> I have referred to the reference...

    >>> 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:
    ...
  7. Replies
    6
    Views
    285

    Validator not working

    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"...
  8. Spring MVC + Web Flow - Issues Resolving Views

    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...
Results 1 to 8 of 8