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
command is my commandOject and it contains 3 other objects . these objects are being populated on each page.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>
thanks in advance
waiting 4 reply


Reply With Quote