• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Problem with h:dataTable

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a dataTable that shows the result of a Collection (and this collection is a object's collection of the type named "Grupo").
Each row of this dataTable shows the Grupo's description and in this description I need a commandLink.
I obtained to show te collection, but when I submit te commandLink, a message is shown in Tomcat:




What is the problem??

The part of my JSP that contains te dataTable:
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, have you had any luck with this yet ?

There looks like a couple of things out of place to me -

h atatable doesn't have a 'row' attribute and the datatable in your panelgrid only represents 1 column not 3.

I'm wondering why you need the panelgrid at all. Does it work if you remove the panelgrid and just use the datatable ?
[ October 12, 2005: Message edited by: Andrew Gibson ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic