In my code i have <c:set var="x" value="4"/> I'd like to be able to access the variable x from within a scriptlet, something like:
<%
x = x++;
%>
and vice versa.
Is this even possible? I don't see anything in the docs that refer to such
interchangeability. 8(
Thanks.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
