You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/02/28 07:58:07 UTC

[struts] branch master updated (eb8bc5e -> 04b04df)

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 eb8bc5e  Merge pull request #471 from Marcono1234/patch-1
     new 92afe8b  Maxlength attribute added to textarea tag
     new 255b563  Adding minlength attribute to TextArea tag
     new 04b04df  Merge pull request #474 from kerttup/Branch_1

The 6067 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/components/TextArea.java  | 19 +++++++++++++++++++
 .../org/apache/struts2/views/jsp/ui/TextareaTag.java  | 12 ++++++++++++
 core/src/main/resources/template/simple/textarea.ftl  |  6 ++++++
 core/src/site/resources/tags/textarea-attributes.html |  8 ++++++++
 4 files changed, 45 insertions(+)