I am trying to use the "option" tag in the Spring form tag library. Here is my code I can not view the form can someone tell me what I am omitting or doing wrong?
<form:select path="Partner Codes">
<formption value="kamrt" />
<formption value="Sarass" />
</form:select>
I have included:
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>