Bugs item #981931, was opened at 2004-06-29 12:58 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=981931&group_id=73068
Category: main tag library Group: v 1.0-b3 Status: Open Resolution: None Priority: 5 Submitted By: Richard Osbaldeston (rosbaldeston) Assigned to: Nobody/Anonymous (nobody) Summary: Odd TableDecorator bug creates corrupt td titles Initial Comment: Having some odd problems with my TableDecorator, I'm using the same Decorator for two columns, one of which works fine, however the first column tries to insert a bogus <td title=" element whenever I pass url with one or more parameters. ie instead of getting: <td class="nameColumn"><a href="/browse.do?pti=LGCL">LGCL</a></td> I see: <td title="<a href="/browse.do?pti=LGCL">LGCL</a>" class="nameColumn"><a href="/browse.do?pti=LGCL">...</td> This only happens when the returned link has multiple params just <a href="/browse.do">abc</a> ..will work fine but <a href="/browse.do?x=y">abc</a> , <a href="/browse.do&x=y">abc</a>, <a href="/browse.do nick nack noo">abc</a> will all fail. I've attached the source jsp, decorator & results; but I dont know how this differs from the other decorated column or why displaytags suddenly insists on adding a title for the td element.. is this even a legitimate attribute? - Richard ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=981931&group_id=73068 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel