How to iterate to create select box.

2001-04-27 Thread Alex Colic
Hi, I am trying to iterate through a vector to populate a select box. I have a class CategoryList in application scope that holds a list of Categories. Each category has a CategoryGroup name and a vector of CategoryValues. At run time I am trying to create a page that dynamically creates the

Re: How to iterate to create select box.

2001-04-27 Thread Rajan Gupta
How is scope valid, the documentation says that scope is a valid tag attribute, but looking at the IterateTag.java I could not find such an attribute. Am I missing something? --- Alex Colic [EMAIL PROTECTED] wrote: Hi, I am trying to iterate through a vector to populate a select box. I