aspose file tools
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 » 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: 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">
<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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Spring form tag library
 
Similar Threads
Select options appearing twice
Populate MultiSelect Dojo box onLoad from XML data file
accessing command object from successview
problem while loading the welcome page
Adding form:option dynamically