Re: [Struts 2] Combo box question

2008-05-12 Thread Milan Milanovic
: 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

Re: [Struts 2] Combo box question

2008-05-12 Thread Laurie Harper
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

Re: [Struts 2] Combo box question

2008-05-12 Thread Milan Milanovic
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