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
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
2 matches
Mail list logo