posted 19 years ago
hi abhijeet,
you would mostly require jsp variable to be passed in as string argument for JS functions like this
onClick(any event for that mattter)="javascriptFunction("<"%=jspVarName%>)"
function javascriptFunction(jspVar){
var temp=jspVar;
//
}