You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/12/06 20:00:22 UTC

DO NOT REPLY [Bug 15146] New: - JavaScriptTag behaviour changed

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=15146>.
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=15146

JavaScriptTag behaviour changed

           Summary: JavaScriptTag behaviour changed
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Blocker
          Priority: Other
         Component: Custom Tags
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: rleland@apache.org


Between version 1.13 and 1.18 a patch that was applied
broke this tag. The change was
From: line 484
        if (src != null) {
            sb.append(" src=\"" + src + "\"> \n");
        } else {
            sb.append("> \n");
        }
this: line 532
        if (this.isXhtml()) {
            sb.append("<![CDATA[\r\n");
        }

This is what broke the code for David Graham.

Wheather the code is xhtml ot not has nothing to do with
the javascript.

When I get home I will commit a change that fixes this.

-Rob

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>