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:16 UTC

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

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(-)