Should Tomcat5.0 install JSTL?
843836May 26 2005 — edited May 28 2005I want to use JSTL in Tomcat5.0,but i know that Tomcat5.0 supports Servelt2.4 & JSP2.0 specification? So shoul i install JSTL?
BTW,I want to use EL to display data on page.
There is a bean in the session, whose name is "kaoqin" and has an attribute String[] stafferName
I want to display the stafferName[0]
<%
${sessionScope.kaoqin.stafferName[0]}
%>
the page give our syntax error.
How can i use EL to display data form bean?