Options not shown.

2002-10-18 Thread Mohan Radhakrishnan
Hi, What could be the reason if the empty html options are not shown with the following code ?This is a copy of the struts examples which works. The only difference is that the LabelBeans are stored in the application context. The tags are in an ActionForm. Does it make a difference ? ---

Options not shown.

2002-10-18 Thread Mohan Radhakrishnan
Hi, What could be the reason if the html options are not shown with the following code ? --- Vector applicationOptions = new Vector(); applicationOptions.add( new LabelValueBean( "Label 0", "Value 0" )); applicationOptions.a