Bugs item #948323, was opened at 2004-05-05 02:09
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=948323&group_id=73068

Category: main tag library
Group: v 1.0-b3
Status: Open
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]

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

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 Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to