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

Ivan St. Ivanov (JIRA) issues at jboss.org
Tue Apr 29 14:54:33 EDT 2014


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

Ivan St. Ivanov reassigned FORGE-1546:
--------------------------------------

    Assignee: Ivan St. Ivanov

    
> 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
>            Assignee: Ivan St. Ivanov
>              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