Hi,
I understand that I can copy a Java variable into a JSP variable using
"pageContext.setAttribute(...)". But can I also do it using JSTL?
How can I make the code below better?
(BrowseTasks.priorityTooltip is a java.lang.String[] variable)
<%@ page import="cv.servlet.bugs.BrowseTasks"%>
<%
pageContext.setAttribute("priorityArray", BrowseTasks.priorityTooltip);
%>
Zsolt
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]