Spring 3 pet clinic example uses ${owner.new}
, in the JSTL EL where can I find out more about where the .new comes from and what spec it is a part of? Ive seen empty and not empty operators/ reserved words but not .new until now in the Spring 3 pet clinic example.hers is the line im questioning:
<h2><c:if test="${owner.new}">New </c:if>Owner:</h2>
located in the ownerForm.jsp file in the spring 3 pet clinic sample application.