The following comment has been added to this issue:
Author: Masoud Omidvar
Created: Tue, 9 Nov 2004 5:24 AM
Body:
In my browser (Internet Explorer 6.0.2900.2180 xp_sp2) I can not see the
"simple snippet" part at the end of page!!
---------------------------------------------------------------------
View this comment:
http://jira.codehaus.org/browse/DISPL-97?page=comments#action_26228
---------------------------------------------------------------------
View the issue:
http://jira.codehaus.org/browse/DISPL-97
Here is an overview of the issue:
---------------------------------------------------------------------
Key: DISPL-97
Summary: example-imp-objects.jsp makes error (unbalanced tag)
Type: Bug
Status: Unassigned
Priority: Minor
Original Estimate: Unknown
Time Spent: Unknown
Remaining: Unknown
Project: DisplayTag
Components:
Examples
Assignee:
Reporter: Masoud Omidvar
Created: Tue, 9 Nov 2004 5:07 AM
Updated: Tue, 9 Nov 2004 5:24 AM
Description:
If you open "example-imp-objects.jsp" page you will faced with folloing error,
because colon (:) in starting tag is missed:
org.apache.jasper.JasperException: The end tag "</display:table" is
unbalanced
-- WRONG ----
<source>
<![CDATA[
<display table id="row" name="mylist">
<display:column title="row number" >
-- CORRECTED ----
<source>
<![CDATA[
<display:table id="row" name="mylist">
<display:column title="row number" >
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel