Hello,
I have an action on a custom button navigate to an extend view:
@Subscribe(“gdBlacklistsDataGrid.importAction”)
public void onGdBlacklistsDataGridImportAction(final ActionPerformedEvent event) {
viewNavigators.view(ExtImportgdblacklist.class).withBackwardNavigation(true)
.navigate();
}
When I click the button, an error occurs:
And here is my code:
ExtImportgdblacklist.java (13.3 KB)
Importexcelmodule.java (18.1 KB)
In Jmix 2.1.2
Thank you!