'unterminated string constant
843840Apr 9 2008 — edited Apr 10 2008Hi,
I'm getting an 'unterminated string constant' exception in my jsp on the following:
innerHTML += '<html:select name="MyForm" property="cell('+sequence+').myField" value="0"><html:options name="MyForm" property="field['+sequence+'].codeList" labelProperty="field['+sequence+'].decodeList" /></html:select>';
(It's on one line - without enters...)
when I use the select tag without the options it works:
innerHTML += '<html:select name="MyForm" property="cell('+sequence+').myField" />';
Any idea???