On Mar 10, 2004, at 5:13 PM, Matt Raible wrote:
I'll try it on my Windows box when I get home later tonight.

I got home and found some time to test this out. Nicely done Fabrizio! All I had to change (from my implementation) was "items" to "name". So, I had:


<display:table items="${users.rows}" id="user" class="list">

And changing it to:

<display:table name="${users.rows}" id="user" class="list">

Worked like a charm! Also - your implementation allows the following to work (mine didn't).

<display:table name="${users.rows}" id="user" />

You da man!

Matt



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to