This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git.
from 38c6333 WW-4963 Adds missing references to the new versions add b1e9eae WW-5168 Support submit unchecked in Javatemplates and fixes logic for all FTL template add 1c3cab2 WW-5168 Fixes disabled attribute across all the Javatemplate tags add d454384 WW-5168 Reverts condition in if statement add fe7959e WW-5168 Adjusts tests to flipped if condition new 059514d Merge pull request #531 from apache/WW-5168-submit-unchecked The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/struts2/components/Checkbox.java | 3 +- .../org/apache/struts2/components/Component.java | 5 +- .../java/org/apache/struts2/components/UIBean.java | 12 ++-- .../org/apache/struts2/views/java/Attributes.java | 14 +++-- .../struts2/views/java/simple/AnchorHandler.java | 14 +++-- .../struts2/views/java/simple/CheckboxHandler.java | 39 +++++++------ .../struts2/views/java/simple/LinkHandler.java | 6 +- .../struts2/views/java/simple/ResetHandler.java | 17 +++--- .../struts2/views/java/simple/AnchorTest.java | 2 +- .../struts2/views/java/simple/CheckboxTest.java | 24 +++++++- .../apache/struts2/views/java/simple/FileTest.java | 2 +- .../struts2/views/java/simple/HiddenTest.java | 2 +- .../apache/struts2/views/java/simple/LinkTest.java | 65 ++++++++++++++++------ .../struts2/views/java/simple/PasswordTest.java | 8 +-- .../struts2/views/java/simple/SelectTest.java | 2 +- .../struts2/views/java/simple/SubmitTest.java | 8 +-- .../struts2/views/java/simple/TextAreaTest.java | 4 +- .../struts2/views/java/simple/TextFieldTest.java | 2 +- 18 files changed, 147 insertions(+), 82 deletions(-)