This is an automated email from the ASF dual-hosted git repository.

amashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 3005f43  Merge pull request #217 from aleksandr-m/feature/WW-4928
     add 502c897  Added requiredValue to Checkbox Struts Tag as a parameter.  
When requiredValue set to "false", unchecked checkbox elements will not be 
submitted with the form (i.e. no hidden input html elements will be created for 
the checkbox)
     add 78ef9b2  Change Checkbox tag parameter from requiredValue to 
submitUnchecked
     add 35480e6  Change Checkbox tag parameter submitUnchecked default value 
to "false" Add tests for both true and false values of submitUnchecked
     add 502c57d  Fix broken tests due to checkbox submitUnchecked default 
value change
     new 3fd3196  Merge pull request #169 from 
burtonrhodes/checkbox_requiredValue

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    | 10 +++++
 .../apache/struts2/views/jsp/ui/CheckboxTag.java   |  6 +++
 .../main/resources/template/simple/checkbox.ftl    |  7 +++-
 core/src/site/resources/tags/checkbox.html         |  8 ++++
 .../apache/struts2/views/jsp/ui/CheckboxTest.java  | 44 ++++++++++++++++++++++
 .../org/apache/struts2/views/jsp/ui/Checkbox-1.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-2.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-3.txt |  1 -
 .../apache/struts2/views/jsp/ui/Checkbox-33.txt    |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-4.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-5.txt |  1 -
 .../org/apache/struts2/views/jsp/ui/Checkbox-6.txt |  1 -
 .../jsp/ui/{Checkbox-6.txt => Checkbox-7.txt}      |  3 +-
 .../jsp/ui/{Checkbox-6.txt => Checkbox-8.txt}      |  8 ++--
 14 files changed, 78 insertions(+), 15 deletions(-)
 copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Checkbox-6.txt 
=> Checkbox-7.txt} (58%)
 copy core/src/test/resources/org/apache/struts2/views/jsp/ui/{Checkbox-6.txt 
=> Checkbox-8.txt} (72%)

-- 
To stop receiving notification emails like this one, please contact
amashche...@apache.org.

Reply via email to