Am getting this error when trying to open this jsp page via controller :
org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB- INF/jsp/rate.jsp at line 12
9: <body>
10: <h1>Exchange Rate</h1>
11: <form:form method="POST" action="/rate">
12: <form:label path="CurrencyCodeFirst">From Currency:</form:label>
13: <form:input path="CurrencyCodeFirst"></form:input>
14:
15:
CurrencyCodeFirstis wrong and should becurrencyCodeFirst(notice the lowercase starting letter). – Adam Gent Dec 2 '12 at 23:56