Jean-Baptiste - 2006-02-20

Hello everybody and congratulations to the authors of this excellent tag lib!

I am using displaytag to build html tables like this:

Name Title Sex
Data11 Data12 Data13
Data21 Data22 Data23

And it's working perfectly.

Nevertheless, there is one thing that i need and, as far as i know, not covered yet. I need to build tables like the following:

Name Data11 Data21
Title Data21 Data22
Sex Data31 Data32

Actually, i would expect to have a <display:row> instead of <display:column> but it does not seem to exist...

What are you toughts about this? Is there any way of doing this? even can i extend displaytag sources to do it? (any tutorial or dev guide?)

Thanks for your replies,

Best Regards,

/Jean-Baptiste