You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2022/06/17 06:43:15 UTC

[struts] branch master updated (ba041e1ee -> e6bc93daf)

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

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


    from ba041e1ee Merge pull request #568 from tobiasstadler/master
     add 0e4d5962e WW-5191 Fixes placement of maxLength and minLength attributes in <s:textarea/> tag
     new e6bc93daf Merge pull request #572 from apache/WW-5191-textarea-max-length

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:
 .../java/org/apache/struts2/views/jsp/ui/TextareaTag.java  |  4 +++-
 core/src/main/resources/template/simple/textarea.ftl       | 14 +++++++-------
 .../java/org/apache/struts2/views/jsp/ui/TextareaTest.java |  4 ++++
 .../org/apache/struts2/views/jsp/ui/Textarea-1.txt         |  2 +-
 4 files changed, 15 insertions(+), 9 deletions(-)


[struts] 01/01: Merge pull request #572 from apache/WW-5191-textarea-max-length

Posted by ya...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e6bc93daf269648ae181f842205ab16819829afd
Merge: ba041e1ee 0e4d5962e
Author: Yasser Zamani <ya...@apache.org>
AuthorDate: Fri Jun 17 11:13:09 2022 +0430

    Merge pull request #572 from apache/WW-5191-textarea-max-length
    
    [WW-5191] Fixes placement of maxLength and minLength attributes in <s:textarea/> tag

 .../java/org/apache/struts2/views/jsp/ui/TextareaTag.java  |  4 +++-
 core/src/main/resources/template/simple/textarea.ftl       | 14 +++++++-------
 .../java/org/apache/struts2/views/jsp/ui/TextareaTest.java |  4 ++++
 .../org/apache/struts2/views/jsp/ui/Textarea-1.txt         |  2 +-
 4 files changed, 15 insertions(+), 9 deletions(-)