On 11/23/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
so you want to specify the optgroup tags in your model? something like
class Category { String name; List choices }
and provide List<Category> as the model? so that the name of categories become optgroup tags?
