RE: html:optionsCollection usage

2006-08-25 Thread Raghuveer
} in JSP -Original Message- From: sheetal [mailto:[EMAIL PROTECTED] Sent: Friday, August 25, 2006 1:52 PM To: Struts Users Mailing List Subject: Re: html:optionsCollection usage Bumia, Nirav (Cognizant) wrote: > Hi can anybody tell me how to use tag > I want to us

Re: html:optionsCollection usage

2006-08-25 Thread Eider Iturbe
Hi, In order to use tag, you have to define and set a "Collection" type object in your ActionForm. In this object, you'll have your list. public class myFormBean extends ActionForm { private String idSelected = null; ... private Collection myList = new ArrayList(); ... } And the Collection is

Re: html:optionsCollection usage

2006-08-25 Thread sheetal
Bumia, Nirav (Cognizant) wrote: Hi can anybody tell me how to use tag I want to use it to dynamically generate the list options. Thanks. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If

html:optionsCollection usage

2006-08-25 Thread Bumia, Nirav \(Cognizant\)
Hi can anybody tell me how to use tag I want to use it to dynamically generate the list options. Thanks. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipien