Hi,
I had implemented a JS function in teh editor. i.e. as below
On view source in VFE sample code:
')"> Click here But on WYSIWYG its totally removing the scriptlet code and making the tags in disorder for teh closing tags.I even tried writing the js code on TPL as function launchSessionLRN() {
var Username='<%=(String)request.getSession().getAttribute("AID");%>'
launchSession2(userName) ;
}PT compile error is occuring as invalid tokenCan anyone help me out how to pass the JSP value to Javascript.?Any idea will be appreciated. thank you