J
Jon Rasmussen
JSP/JSTL:
I have a JSP page with some sciptlets
<%
String title="My page";
%>
I want to use
<c
ut value='${title}' />
JSTL tag to output the result.
How can I access the Java variable in the tag?
Cheers,
Jon Rasmussen
I have a JSP page with some sciptlets
<%
String title="My page";
%>
I want to use
<c
JSTL tag to output the result.
How can I access the Java variable in the tag?
Cheers,
Jon Rasmussen