Spring 3 pet clinic example uses ${owner.new}, in the JSTL EL where can I read about out about .new
- by Albert
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:
New Owner:
located in the ownerForm.jsp file in…