Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dshin
  • Content: Threads
  • Order by date
  1. dshin

    Struts/JSTL c:forEach session scope problem

    Hi, I currently have an Action class putting some ArrayList objects into the session like so: request.getSession().setAttribute("releaseHeader", header); request.getSession().setAttribute("releaseContents",contents); Now, in my JSP page, I'm trying to use JSTL to access them like so: <tr...

Part and Inventory Search

Back
Top