Re: select tag: deselcting option

2008-07-30 Thread Dave Newton
Without knowing anything about the JSP causing the error it will be more difficult to help. Dave --- On Wed, 7/30/08, ms.programmer.1 <[EMAIL PROTECTED]> wrote: I tried to use the tag but I get a FreeMarker > template error. > > *FreeMarker template error!* > > Error on line 122, column 65

Re: select tag: deselcting option

2008-07-30 Thread ms . programmer . 1
I tried to use the tag but I get a FreeMarker template error. *FreeMarker template error!* Error on line 122, column 65 in template/simple/doubleselect.ftl Expecting a string, date or number here, Expression parameters.doubleNameValue is instead a freemarker.ext.beans.ArrayModel The problematic

Re: select tag: deselcting option

2008-07-30 Thread Gabriel Belingueres
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 button is clicked. When a new option is selected in > select list A, I want the previous option in select list B to be de

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