Bugs item #814470, was opened at 2003-09-29 09:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=814470&group_id=73068

Category: main tag library
Group: v 1.0-b1
Status: Open
Resolution: None
Priority: 5
Submitted By: andy pruitt (rapruitt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Invalid xhtml if empty list

Initial Comment:
The "nothing found to display" message is output after

the close of tbody.



<table id="d">

<thead>

<tr>

<th></th></tr></thead>

<tbody></tbody>         <tr class="even empty">

<td colspan="2">Nothing found to display</td></tr></table>



FIX: 

Move line 1050/1

        // close table body

        lBuffer.append(TagConstants.TAG_TBODY_CLOSE);

12 lines down (to right before the getTableFooter() call).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=814470&group_id=73068


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to