Results 1 to 1 of 1

Thread: validation errors display in AWFC

  1. #1

    Default validation errors display in AWFC

    hi i m using AWFC it works accordingly. i did validation using Validator .. i displayed errors on start of each page. at first page its work. but on other pages in display a 'null' istread of error massages . all errors are being displayed on console but not on relavent jsp pages.

    i using this code on everypage
    Code:
    <spring:hasBindErrors name="command"><font color="red">
             <c:forEach items="${errors.fieldErrors}" var="err">
                    <li><spring:message message="${err}"/></li>
               </c:forEach></font>
    </spring:hasBindErrors>
    command is my commandOject and it contains 3 other objects . these objects are being populated on each page.


    thanks in advance

    waiting 4 reply
    Last edited by CuriousHARD; Jun 4th, 2007 at 03:50 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •