Re: "Invalid field value" on select with multiple="true"

2008-08-27 Thread ms . programmer . 1
I am having this same problem. Have you had any luck fixing this? On Tue, Aug 26, 2008 at 3:33 PM, Jimmy Shabadoo <[EMAIL PROTECTED]>wrote: > Hi Folks, > > I have a class, Item, that has a Set of ItemCertifications. I want to > represent ItemCertifications as a select box with the attribute > mul

Re: select tag: deselcting option

2008-07-30 Thread ms . programmer . 1
l 30, 2008 at 9:23 AM, Gabriel Belingueres <[EMAIL PROTECTED]>wrote: > See if tag fits your needs. > > 2008/7/30 ms. programmer. 1 <[EMAIL PROTECTED]>: > > I am populating the options in select list B from the option selected > in > > select list A, when a bu

select tag: deselcting option

2008-07-30 Thread ms . programmer . 1
I am populating the options in select list B from the option selected in select list A, when a button is clicked. When a new option is selected in select list A, I want the previous option in select list B to be deselected. The value for these select lists is being stored in the session. I have bee