i have a String var in the jsp page and everytime i try to pass the value, it fails.
<%
String xa = "hello";
%>
...
<mycustomtag:mytag paramValue="<%=xa%>"/>
but when i trace the value it passes "<%=xa%>" instead of the value "hello". Am i missing anything? thx.
~za~
You can't bring back a dead thread!
<%
String xa = "hello";
%>
...
<mycustomtag:mytag paramValue="<%=xa%>"/>
but when i trace the value it passes "<%=xa%>" instead of the value "hello". Am i missing anything? thx.
~za~
You can't bring back a dead thread!