Re: html:options Iterator Creation error -

2002-03-28 Thread Ted Husted
If PersonalForm has a Collection getSecurityOptions(); method then it does look OK. This shouldn't matter, but you could try a type property with bean:define -Ted. Sunder wrote: Hi, I am trying to implement the html:options tag in one of our applications, I have a form bean with

html:options Iterator Creation error -

2002-03-25 Thread Sunder
Hi, I am trying to implement the html:options tag in one of our applications, I have a form bean with the following attributes, private Collection securityOptions = null; private String security = Default; In my action class, I populate the collection with PersonalForm