You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/05/09 08:45:00 UTC

[jira] [Work logged] (WW-5308) Add minlength and maxlength to textarea on javatemplates plugin

     [ https://issues.apache.org/jira/browse/WW-5308?focusedWorklogId=861148&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-861148 ]

ASF GitHub Bot logged work on WW-5308:
--------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/May/23 08:44
            Start Date: 09/May/23 08:44
    Worklog Time Spent: 10m 
      Work Description: gregh3269 opened a new pull request, #683:
URL: https://github.com/apache/struts/pull/683

   Java templates plugin, add minlength and maxlength to textarea.




Issue Time Tracking
-------------------

            Worklog Id:     (was: 861148)
    Remaining Estimate: 0h
            Time Spent: 10m

> Add minlength and maxlength to textarea on javatemplates plugin
> ---------------------------------------------------------------
>
>                 Key: WW-5308
>                 URL: https://issues.apache.org/jira/browse/WW-5308
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Java Templates
>    Affects Versions: 6.1.2
>            Reporter: Greg Huber
>            Assignee: Greg Huber
>            Priority: Trivial
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Java templates plugin, add minlength and maxlength to textarea.
> {code:html}
> <textarea name="bean.data" cols="60" rows="4" minlength="10" maxlength="255">Description.</textarea>
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)