Column.java has

        if (this.header.getMaxLength() > 0 && fullValue.length() >
this.header.getMaxLength())
        {
            choppedValue = StringUtils.abbreviate(fullValue,
this.header.getMaxLength() + 3);
            isChopped = true;
        }

I set maxlength=1 and it does not work correctly.I debug my program and
saw that StringUtils.abbreviate(fullValue, this.header.getMaxLength() +
3) seems 
Does not work correctly.Anyone knows or sees this problem




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to