Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

javax.servlet.jsp.JspTagException: Don't know how to iterate over supplied "items" error?

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator

Hi
I am new to spring, am displaying a list from database based on id using spring mvc, but in my jsp, I have this error javax.servlet.jsp.JspTagException: Don't know how to iterate over supplied "items" in <forEach>,

here is my controller code



here is my jsp



here in jsp, in my eclipse it is showing undefined attribute name <table width="75%" height="100" name="jobList" border="0" cellpadding="2">, may be because of that am getting this error, I really don't know, how do I get these values into my jsp... Can anyone help me out??


Thanks in advance
Lissy.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please be sure to ask Spring questions in the Spring forum. I have moved this post there for you.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Please don't duplicate post.

Closing this thread.

Thanks

Mark
 
    Bookmark Topic Watch Topic
  • New Topic