}
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
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
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
3 matches
Mail list logo