How do make Spring access dropdown box values.
I am trying to make Spring MVC get the value of one of my dropdowns.
org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/view/dateRange.jsp at line 28
25: <tr>
26: <td>
27: <div align="right">Last Month Of Full Data:</div></td>
28: <td><form:select path="Lst_mnt">
29: <option value="1">January</option>
30: <option value="2">February</option>
31:
All that I am doing its to get the value into Spring not build the dropdown