posted 11 years ago
Hi all,
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">
<form:option value="kamrt" />
<form:option value="Sarass" />
</form:select>
I have included:
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
above the <html> tag