: Laurie Harper <[EMAIL PROTECTED]>
To: user@struts.apache.org
Sent: Monday, May 12, 2008 6:10:55 PM
Subject: Re: [Struts 2] Combo box question
Milan Milanovic wrote:
> Hi,
> I have a simple action class, for example like this:
> public class comboboxTag extends ActionSupport{
&g
Milan Milanovic wrote:
Hi,
I have a simple action class, for example like this:
public class comboboxTag extends ActionSupport{
private List fruits;
private FruitService service;
public String execute()throws Exception{
fruits = service.getFruits();
return SUCCESS;
}
}
fruits
One more thing, I'm creating my action classes by using Spring 2, in this
way:
--
Thx, Milan Milanovic
- Original Message
From: Milan Milanovic <[EMAIL PROTECTED]>
To: Struts Users Mailing List
Sent: Monday, May 12, 2008 4:34:09 PM
Subject: [Struts 2] Combo box question
Hi,
I have a s
3 matches
Mail list logo