I can't control my AppModule [message #137968] |
Mon, 19 September 2005 03:28 |
beppino
Messages: 3 Registered: September 2005
|
Junior Member |
|
|
hi there,
why in my (first) application in jdev I don't have the AppModule.java (the java interface for appmodule ??)
I'm not able to have a reference for appModule
my code :
DCDataControl dc = ctx.getBindingContext().findDataControl("AppModule");
System.out.println("enter in button");
ApplicationModule app =(ApplicationModule) dc.getDataProvider();
doesn't work.
thanks ,
|
|
|
|
Re: I can't control my AppModule [message #137989 is a reply to message #137968] |
Mon, 19 September 2005 05:37 |
beppino
Messages: 3 Registered: September 2005
|
Junior Member |
|
|
ok the name of application module generally is the name of the java class and the application module , don't look the in name in the property , don't set DATA_CONTROL_NAME , don't write all the extension pachage.
ok , the next step is to build a usuful query .
|
|
|