Bugs item #932097, was opened at 2004-04-08 16:29
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=932097&group_id=73068

Category: main tag library
Group: v 1.0-b2
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: </tbody> close tag is output twice in a row

Initial Comment:
The following pattern is emitted from a displaytag table: 
</tbody></tbody>

The file TableTag.java has the following chunk of code 
around line 1206:

        // close table body
        buffer.append(TagConstants.TAG_TBODY_CLOSE);

        // close table body
        buffer.append(TagConstants.TAG_TBODY_CLOSE);

This appears in version displaytag-1.0-b2-src.zip, but 
does not seem to appear in the live examples on your 
web site.

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

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


-------------------------------------------------------
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