Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1546

Generate inputTextarea instead of inputText

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 2.6.0.Final
    • 2.0.0.Final
    • Scaffold

    Description

      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

      jpa-new-field --named bio --length 800
      

      Should generate :

      <h:inputTextarea id="authorBeanAuthorBio" maxLength="800" value="#{authorBean.author.bio}"/>
      

      Attachments

        Activity

          People

            ivan_stefanov Ivan St. Ivanov (Inactive)
            agoncal Antonio Goncalves (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: