• 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

SelectListener for DataTable populated with ActionListener - infact if the initial size = 0

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

I populated a DataTable in a DialogBox using a ActionListener on a dock menu-item. But after the data is populated the SelectionListener even doesn't get fired for the populated DataTable.

Is it necessary for the DataTable to be populated while rendering the DOM in order for SelectionListener to work?

Please reply. My whole architecture of project is based of this component and it failed.

Thanks...






I tried putting everything in the same form but it didn't work either:



The method "taskController.onRowSelect" is not being called after the list is populated with using "Populate List" button with an actionListener.


Also the pagination and filtering do not work when populated with actionListener. My object is Serializable.
 
reply
    Bookmark Topic Watch Topic
  • New Topic