Home » Archive

Articles tagged with: Spring 2.5

Written By: techieDan on November 17, 2009 No Comment
Multiple Values Form:Select in Spring Java

Have been searching how to do multiple values in Spring.

What is Spring?

There are no complications when displaying only a single id or a value while using spring and form taglib by doing this.

<form:select path=”prospect.wholeSaleId” items=”${List}”
itemLabel=”wholeSaleId” itemValue=”wholeSaleId”>

Now itemLabel would display the wholeSaleId value. The problem now is how to display let’s say [...]

  Copyright © 2009 TechieDan, All rights reserved.| Powered by WordPress