[forge-issues] [JBoss JIRA] (FORGE-1546) Generate inputTextarea instead of inputText

George Gastaldi (JIRA) issues at jboss.org
Sat Feb 1 10:55:28 EST 2014


     [ https://issues.jboss.org/browse/FORGE-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Gastaldi updated FORGE-1546:
-----------------------------------

    Labels: starter  (was: )

    
> Generate inputTextarea instead of inputText
> -------------------------------------------
>
>                 Key: FORGE-1546
>                 URL: https://issues.jboss.org/browse/FORGE-1546
>             Project: Forge
>          Issue Type: Enhancement
>          Components: Scaffold
>    Affects Versions: 2.0.0.Final
>            Reporter: Antonio Goncalves
>              Labels: starter
>             Fix For: 2.x Future
>
>
> In the JSF scaffolding, when an entity has a length greater than, let's say, 500, an inputTextarea should be generated instead of an inputText
> {code}
> jpa-new-field --named bio --length 800
> {code}
> Should generate :
> {code}
> <h:inputTextarea id="authorBeanAuthorBio" maxLength="800" value="#{authorBean.author.bio}"/>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list