Bugs item #907610, was opened at 2004-03-01 07:23
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=907610&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: Two /tbody generated (re-open)

Initial Comment:
The table tag generates two /tbody tags at the end of
the table.

Steps to reproduce:

- download displaytag-1.0-b2.zip from the sourceforge
server
- unzip the file and deploy displaytag-examples.war to
your favorite web container
- browse to the first example of this web-app
(http://localhost:8080/displaytag-examples/example-nocolumns.jsp)
- look at the source code of the page, at line 77:
there are two closing tbody tags

The error can easily be found in the source code :
TableTag.java, lines 1206 to 1210:

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

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

JB.

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to