version: 1.2.3.BUILD-SNAPSHOT [rev 3e891f6]
When I run the project (mvn jetty:run), I do not see any Finder form. So I tried adding one with the following:Code:project --topLevelPackage com.mydemo.roodemo persistence setup --database MYSQL --databaseName roodemo --userName root --provider HIBERNATE entity jpa --class ~.domain.Component field string --fieldName title field string --fieldName description web mvc setup web mvc all --package ~.web web mvc finder all //-- no output
What am I doing wrong?Code:web mvc finder add --formBackingType ~.domain.Component --class ~.web.ComponentController
Note: When I run the wedding.roo sample script, followed by web mvc finder all command, I see that the Find by Code link and form is generated.


Reply With Quote