Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-1926 Adding more commands to Forge and improve existing ones
  3. FORGE-2325

JSF converter and validator should be under the view package

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • 2.16.1.Final
    • 2.16.0.Final
    • Java EE
    • None

    Description

      If you type the following commands :

      faces-new-bean --named MyBean
      faces-new-converter --named MyConverter
      faces-new-validator --named MyValidator
      

      You get :

      org.test.view
          MyBean
      org.test.validator
          MyValidator
      org.test.converter
          MyConverter
      

      By default it should be

      org.test.view
          MyBean
      org.test.view.validator
              MyValidator
      org.test.view.converter
              MyConverter
      

      Attachments

        Activity

          People

            agoncal Antonio Goncalves (Inactive)
            agoncal Antonio Goncalves (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: