Users Mailing List"
To: Struts Users Mailing List
Subject: Re: html:optionsCollection problem
Date: Tue, 1 Aug 2006 18:12:02 -0700 (PDT)
Hi,
I also got the same problem, but this site offer some insights:
http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=58&a
ned my issue as I should.
>
> Thanks a lot.
>
>
>
> >From: Monkeyden
> >Reply-To: "Struts Users Mailing List"
> >To: "Struts Users Mailing List"
> >Subject: Re: html:optionsCollection problem
> >Date: Tue, 1 Aug 2006 11:13:36
> }
>
>
>
>
>
>
>
> I don´t know if I have explained my issue as I should.
>
> Thanks a lot.
>
>
>
> >From: Monkeyden <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" < user@struts.apache.org>
> >To
empresas.add(empresa);
}
}
I don´t know if I have explained my issue as I should.
Thanks a lot.
>From: Monkeyden <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List"
>To: "Struts Users Mailing List"
>Subject: Re: html:optionsCo
anks a lot.
From: Monkeyden <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List"
To: "Struts Users Mailing List"
Subject: Re: html:optionsCollection problem
Date: Tue, 1 Aug 2006 11:13:36 -0400
Looks like it may not be wrapped in a tag in your JSP. You
probab
Looks like it may not be wrapped in a tag in your JSP. You
probably also want a field named "toSelect", with accessor and mutators in
your form bean, to hold the selected value.
On 8/1/06, Francisco Exposito Aguilera <[EMAIL PROTECTED]> wrote:
Hi,
I have a Bean:
package project.struts.Gener
Hi,
I have a Bean:
package project.struts.General;
import java.util.ArrayList;
import java.util.Collection;
import java.io.*;
public class Prueba implements Serializable
{
private Collection empresas=new ArrayList();
public Collection getEmpresas()
{
empresas.add("string1");
7 matches
Mail list logo