Hello,
following this tutorial
http://www.devx.com/Java/Article/22134/1954?pf=true
spring:hasBindErrors name=”credentials”>
<font color=”red”><core:out value=”${status.errorMessage}”/></font>
</spring:hasBindErrors>
when i use above code when error fires from validation.java, on jsp it displays
“${status.errorMessage}” in red color is it jstl issue or some thing else ?
Thanks
FAisal khan