• 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

error displaying values in the datatable

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am having an problem with the data table in the icefaces.
I have an list of objects , and i want to populate the data table with the properties of the objects. but i can't ....

Here is my code..
showtable.jspx page:



Now , the controller:



Here is the bean named InfoClass:


My faces-config:



my dtable.jspx



All i want to do is this..
when i will hit the "add" button on dtable.jspx page..
it will call addDataAction method in hello.java which will inturn add the infoclass object in the infoclasslist arraylist.
and move on to the showtable.jspx.
on the showtable.jspx, i have binded the datatable to the infoclasslist, and columns to the "hello.infoclasslist.name".
but when i run my pages, i reach upto the dtable.jspx, when i hit the add button, then i am getting the error



please help me with this problem..
 
reply
    Bookmark Topic Watch Topic
  • New Topic