Bugs item #948323, was opened at 2004-05-05 11:09
Message generated for change (Comment added) made by fgiust
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536613&aid=948323&group_id=73068

Category: main tag library
Group: v 1.0-b3
>Status: Deleted
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Crashed HTML when table decorator and maxLength used togethe

Initial Comment:
Having table like this:

<display:table name="displayTagList" class="simple" 
id="tescik" pagesize="20" 
    requestURI="/myRequestURI"
    defaultorder="ascending"
    defaultsort="1"
    sort="list" 
    decorator="bar.foo.Wrapper"
    >
    <display:column title=" " ><%=tescik_rowNum %> 
</display:column>
    <display:column property="departmentName" 
sortable="true" maxLength="30"/>
    <display:column property="personName" 
sortable="true" />
    <display:column property="modificationDate" 
sortable="true" 
         decorator="bar.foo.LongDateWrapper" />
</display:table>

I got incorrectly generated HTML, like the one below:

<td title=""<a href="/myRequestURI?
enterpriseId=3768&departmentId=3819&mode=update&fir
stview=true">Blalalal</a>">"<a href="/myRequestURI...
</td>

It's because of table decorator end maxLength column 
attribute used together.

[EMAIL PROTECTED]

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

>Comment By: fabrizio giustina (fgiust)
Date: 2004-09-21 22:11

Message:
Logged In: YES 
user_id=798060

moved to the new jira tracker
http://jira.codehaus.org/browse/DISPL-4

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to