Re: html:select in Struts

2004-09-19 Thread Aditya Kapur
In order to use and you must put the values you want to diaplay in a collection like private static ArrayList monthDisplay=new ArrayList(); monthDisplay.add(new org.apache.struts.util.LabelValueBean( "Jan", "0" )); monthDisplay.add(new org.apache.struts.util.LabelValueBean( "Feb", "1" )); month

Re: Struts development methodology

2004-09-14 Thread Aditya Kapur
We always have the UI folks pototype in Dreanweaver, then Java folks will put merge it with Struts tags. Once the app is working then a combination of dreamweaver and notepad does the job. On Tue, 14 Sep 2004 21:35 -0400, Victor Grazi <[EMAIL PROTECTED]> wrote: > Not sure I understand. > What's a