I want to be able to package my files functionally. When you are creating a new action, form, etc., in the wizard the default package of …action… and …form… are provided, as defined in preferences.
Is there some notation like “${action}” that I can specify in preferences instead of “form” or “action”, where I can default in the wizard to create a package of, like “com.yourcompany.login” where login is my action or usecase (specified in the wizard) and I can put my action, form, resource bundles all relating to login in that package?