Tagged Questions
4
votes
2answers
647 views
How to show a second MVC group as a dialog box in griffon
I can see how to instantiate a second MVC group, e.g.
def (loginPaneModel, loginPaneView, loginPaneController) =
createMVCGroup('LoginPane', 'LoginPane', [:]);
view.loginPanel = ...
0
votes
1answer
168 views
Griffon Gsql - how to config datasource in Config.properties file?
griffon gsql plugin's datasource config is write in DataSource.groovy,
and i want it to be in Config.properties, how?
i try, it don't work:
add Config.properties at conf
2.config in ...