Message:

   The following issue has been resolved as FIXED.

   Resolver: fabrizio giustina
       Date: Mon, 25 Oct 2004 4:00 PM

fixed in cvs
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-4

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-4
    Summary: html tags in "title" attribute when using maxLength
       Type: Bug

     Status: Resolved
   Priority: Minor
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             HTML Generation
   Fix Fors:
             1.0 RC2
   Versions:
             1.0 RC1

   Assignee: fabrizio giustina
   Reporter: fabrizio giustina

    Created: Tue, 21 Sep 2004 4:15 PM
    Updated: Mon, 25 Oct 2004 4:00 PM

Description:
====
imported from sf tracker
id 948323
http://sourceforge.net/tracker/index.php?func=detail&group_id=73068&atid=536613&aid=948323
 
====


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]


---------------------------------------------------------------------
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: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to