I have 3
JSP pages containing 1 JSTL c:forEach statement on each page.
Each statement takes a different session array list as input.
My problem is only the first page works. The second and 3rd pages do not display the output of the c:forEach.
What can I do?