JSTL Bind Problem [status.errorMessage]
I'm trying the Spring Framework and I'm focused on the Form Validation.
But there's a problem....all work fine but in visualization I have strange think.
<spring:bind path="pdc.name">
<input type="text" value="${status.value}" name="name">
<c:out value="${status.errorMessage}"/>
</spring:bind>
Ok. This is simple. But in my page I see not the value of pdc.name but I see ${status.value}....Why???
Thank's to all that help me (sorry for my english).
--
Pinellus
(PGP key available)