mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
WW-5168 Reverts condition in if statement
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ public class CheckboxHandler extends AbstractTagHandler implements TagGenerator
|
||||
start("input", attrs);
|
||||
end("input");
|
||||
|
||||
if (!submitUnchecked) {
|
||||
if (submitUnchecked) {
|
||||
//hidden input
|
||||
attrs = new Attributes();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user