DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35569>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35569 ------- Additional Comments From [EMAIL PROTECTED] 2005-07-01 04:00 ------- Indeed, I see no snippet that will insert splits (other than in comments). The padding with spaces also caught me slightly off-guard with regards to splits. In my opinion, we will need a patch (or the split attribute needs to be removed from the tag). While glancing at the code, I also noticed: 1) Delimiter longer than width will cause an exception Failing test case: o.a.t.s.u.StringW#wordWrap("abcd", 2, "myDelim", "-", true) 2) Code assumes delim length will be 1 Failing test case: o.a.t.s.u.StringW#wordWrap("a_ _bc defghijkl", 10, "_ _", "-", true) String Taglib committers - I intend to pursue patch(es) in my spare time. Would you like me to open separate bugzilla tickets for the above two issues? -Rahul -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
