using generic and for each loop in jsp

Posted by mawia on Stack Overflow See other posts from Stack Overflow or by mawia
Published on 2010-12-27T18:40:38Z Indexed on 2010/12/27 18:53 UTC
Read the original article Hit count: 157

Filed under:
|

I am developing a web application. I am using Eclipse as IDE. I was using generic and for each loop, both being feature of java 1.5, and it compiled quite fine when used in backend means in simple java classes. But when I'm using these on jsp, jsp is failing to compile with error showing generic and for each as culprit. Can you shed some light on this? Maybe I am at fault with Eclipse settings?

© Stack Overflow or respective owner

Related posts about java

Related posts about jsp