]
George Gastaldi updated FORGE-1546:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.5.1.Final
(was: 2.x Future)
Resolution: Done
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.5.1.Final
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: