Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Should Tomcat5.0 install JSTL?

843836May 26 2005 — edited May 28 2005
I 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 25 2005
Added on May 26 2005
6 comments
156 views