IntelliJ Java IDE
The moose likes Spring and the fly likes Spring form tag library Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Spring
Reply Bookmark "Spring form tag library" Watch "Spring form tag library" New topic
Author

Spring form tag library

harrell collins
Greenhorn

Joined: Mar 08, 2006
Posts: 13
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">
<formption value="kamrt" />
<formption 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
 
Threads others viewed
accessing command object from successview
Select options appearing twice
problem while loading the welcome page
Populate MultiSelect Dojo box onLoad from XML data file
Adding form:option dynamically
developer file tools