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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to