mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
changed tabs into spaces
This commit is contained in:
@@ -69,9 +69,9 @@ public class CheckboxInterceptor extends AbstractInterceptor {
|
||||
String checkboxName = name.substring("__checkbox_".length());
|
||||
|
||||
Parameter value = parameter.getValue();
|
||||
checkboxParameters.add(name);
|
||||
checkboxParameters.add(name);
|
||||
if (value.isMultiple()) {
|
||||
LOG.debug("Bypassing automatic checkbox detection due to multiple checkboxes of the same name: {}", name);
|
||||
LOG.debug("Bypassing automatic checkbox detection due to multiple checkboxes of the same name: {}", name);
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ public class CheckboxInterceptor extends AbstractInterceptor {
|
||||
}
|
||||
}
|
||||
}
|
||||
parameters.remove(checkboxParameters);
|
||||
parameters.remove(checkboxParameters);
|
||||
|
||||
ai.getInvocationContext().getParameters().appendAll(extraParams);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user