https://issues.apache.org/bugzilla/show_bug.cgi?id=54011

--- Comment #4 from Konstantin Kolinko <[email protected]> ---
See bug 54144 for review of r1401816 and other missing features of tagplugin
implementation of the <c:out> tag.

Essentially, this patch has to be reverted, as it broke a feature of the
<c:out> tag that the tag body is used as the default if none is specified.

Those were the following lines:
-        ctxt.generateJavaSource("    }else{");
-        ctxt.generateBody();
-        ctxt.generateJavaSource("    }");

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to