re:using javascript variable in jstl tag
843840Nov 5 2007 — edited Nov 5 2007Hi,
Can we access javascript variable in a jstl tag..
For example
function clickGroupByPO()
{
var brand="hello";
<c:set var="Var" value="${brand}" />
alert("${Var}");
}
I am geeting balnk in the alert.. I want to assign brand to value attribute in <c:set>
Thanks and Reagrds,
radha