Say I added a view that's not backed by a controller like this:
How would I then remove it properly so Roo could delete the generated files? Simply deleting the <mvc:view-controller/> element from webmvc-config.xml and deleting the directory "WEB-INF/views/testing" doesn't prompt Roo to delete/modify the remaining generated files. I would have expected that deleting at least the <mvc:view-controller/> element would have told Roo to delete/modify the generated files. So for example, the "WEB-INF/views/menu.jspx" file still contains a menu element for the view, even though it no longer exists.Code:web mvc install view --path /testing --viewName testing --title testing


Reply With Quote