Here is the code I'm trying to get to work:
<html-el:link
href="javascript:Start(${indexedBean.id})">test</html-el:link></
but what I need are double quotes around the ${indexedBean.id} part. I've
tried using both " and \" both seem to not work because the link ends
up stopping at wherever I insert that at.. for example if I try:
<html-el:link
href="javascript:Start(\"${indexedBean.id})">test</html-el:link>
the link when moused over shows: javascript:Start(
same thing if I try " instead of \"
any ideas?
Thanks!
-David
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]