Do I need to do .setAttributes for item, if so, how?
Is this the right way to pass an ArrayList to the View (from ModelAndView)?
Why am I getting these errors and how can they be solved?
Thanks very much in advance.
This message was edited 1 time. Last update was at by Bear Bibeault
Lorand Komaromi
Ranch Hand
Joined: Oct 08, 2009
Posts: 276
posted
0
Did you add the JSTL taglib directive to your JSP?
Are the JSTL jars in WEB-INF/lib? Your code looks fine to me...
OCJP 6 (93%)
Mimi Tam
Ranch Hand
Joined: Mar 05, 2010
Posts: 121
posted
0
Thank you Lorand.
I have this as a separate file (include.jsp):
and I included it my JSPs that referenced these taglibs:
but its not working
Any other ideas would be greatly appreciated. Thanks!!!