You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2004/02/02 18:04:37 UTC

DO NOT REPLY [Bug 26608] New: - strip="true" causes exception when no tags available to strip

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26608>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26608

strip="true" causes exception when no tags available to strip

           Summary: strip="true" causes exception when no tags available to
                    strip
           Product: Taglibs
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Scrape Taglib
        AssignedTo: taglibs-dev@jakarta.apache.org
        ReportedBy: aberman@icfconsulting.com


If strip="true" on the scrape tag and the resulting scrape has no HTML tags 
that it needs to strip out, the scrape tag does not spit out the result.  For 
example, if the scrape result is supposed to be:

Hello this is a scrape result

the scrape tag will not display it if the strip attribute is set to true.  It 
works when there is an HTML tag in the scrape like:

<b>Hello</b> this <u>is</u> a scrape result.

but without HTML tags, it does not work.

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org