Hello all.
I've been working on a project with Roo. I started with Roo 1.1.5, and have been steadily upgrading and working through various issues with the upgrades.
I'm using STS and when I issue the following command, to generate a controller, view and the basic scaffolding, all I get is the controller without any of the Roo controlled CRUD methods.
I'm using the following command. I'm using a POJO for my backingType instead of an entity class. Not sure if this is the issue or not. I'm assuming it very well may be.
All I get is a very bare controller and no views.Code:roo> web mvc scaffold --backingType ~.domain.forms.MyPojo --class ~.web.MyPojoController
Has anyone had any experience with an issue like this?
Thanks,
John


Reply With Quote
