• Post Reply 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

using the display:table tag

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am trying to use the display tag.
I set up an ArrayList of Employee objects in my EMPLOYEELIST attribute as follows.


this request is then fowarded to my next view.jsp page and i am trying to print all the properties of the Employee object using the display tag as follows



i m getting this error while trying to run this jsp :




what am i missing here? is there any setting or file that i need to set ?

-Thanks.
 
prakash chauhan
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
just found the cause of the problem :
i was missing two jar files in my WEB-INF/lib folder

1. commons-lang-2.3.jar
2. commons-beanutils-1.7.0.jar

adding these jar files in the lib folder seemed to solve the problem
i m able to display the table now.

-Thanks.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic