Tuesday 26 December 2006 2:41:57 am
Hi Bill I am not sure why you need an operator to do this. Either just write the quotation marks around the call to concat: onClick=<b>"</b>{concat("window.location = 'content/view/",$object.id," ' ")}<b>"</b>> or, if it is necessary, just concat the quotation marks as well: onClick={concat(<b>'"', </b>"window.location = 'content/view/",$object.id," ' "<b>, '"'</b>)}> (<b>'"'</b> is a double quotation mark surrounded by single quotation marks) Claudia
|