• 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

Display Tags to display table with sub-table

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am using the DisplayTags EL to display the results of all sorts of stuff. They work great! However I am scratching my head over how to use it to display a table where some elements also have another table of data associated with them. The customer actually want to see each element of the first table have a second table, slightly indented under it with the secondary information -- embedded.

I am going to slog through how to get this down, but I was wondering if anyone knows of a link to find an example of this working using Displaytags-el? I would simply make my life a bit easier :-)

TIA,
Ted
 
reply
    Bookmark Topic Watch Topic
  • New Topic