Hello,
using JMix 1.5,
having browser and edit screen (not master-detail) for a certain entity,
I want a user to only add data.
So when he clicks the menu item,
browser screen opens,
then with createBtn.click() in onAfterShow I open the edit screen.
Now,
when the user leaves the edit screen (with or without commit) the browser screen should close itself.
Thanks for ideas,
HP