Re: How to list a property in a display:table (Struts 2)

2007-08-08 Thread fergunet
Thank you Toni! It worked! Only adding and all is shown ok. Thank you again ;) Toni Lyytikäinen wrote: > > Set the uid attribute in the display:table -tag like this: > > > after that you can r

Re: How to list a property in a display:table (Struts 2)

2007-08-08 Thread Toni Lyytikäinen
Set the uid attribute in the display:table -tag like this: On 8/8/07, fergunet <[EMAIL PROTECTED]> wrote: > > > Hi all! > > I've created a display table to show a list of things and their > attributes. > But one of those attributes is another list of objects. I don't know how > to > print their

How to list a property in a display:table (Struts 2)

2007-08-08 Thread fergunet
Hi all! I've created a display table to show a list of things and their attributes. But one of those attributes is another list of objects. I don't know how to print their names. Let's see what I have: