play2 calling controllers, models, views in submodule
问题 Trying to split my project to few submodules. I've created submodules: /modules/common /modules/shopping Now I am trying convert name spaces to new one including new structure. my controller: package controllers.common; public class Index extends Controller {} my model: package models.common; @Entity public class AppMode {} my view: @(AppModeForm: Form[models.common.AppMode], CurrentMode: Boolean) @helper.form(common.routes.CMS.appModeSubmit, 'id -> "form") {} And I am getting errors all the