| Author |
Spring form tag library
|
harrell collins
Greenhorn
Joined: Mar 08, 2006
Posts: 22
|
|
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 ption value="kamrt" />
<form ption value="Sarass" />
</form:select>
I have included:
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
above the <html> tag
|
 |
 |
|
|
subject: Spring form tag library
|
|
|