Re: code snippet for

2004-09-02 Thread viji.george
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, September 03, 2004 10:54 AM Subject: Re: code snippet for > Hi Viji, > > I was just playing with that today. Here's my code snippets that should > help you. > > From inside my extended Ac

Re: code snippet for

2004-09-02 Thread Jurn Ho
Hi Viji, I was just playing with that today. Here's my code snippets that should help you. From inside my extended Action class ...execute(...) { List businesses = getUserService().getBusinesses(); // go lookup database and list all the businesses. request.setAttribute("businesses", bus

Re: code snippet for

2004-09-02 Thread Yves Sy
ep 2004 10:07:24 +0530 Subject: code snippet for To: [EMAIL PROTECTED] can anybody send me a code sample for using for getting the value from the ArrayList and populating the combo box. I am storing the values retrieved from the DB in a arraylist in the form of a class which has 2 attributes on

code snippet for

2004-09-02 Thread viji.george
can anybody send me a code sample for using for getting the value from the ArrayList and populating the combo box.   I am storing the values retrieved from the DB in a arraylist in the form of a class which has 2 attributes one for option value and the other for text of the option.   I want