I just had a problem with "statefulness" of POs for swing popups
Specifically it was about a Po - it was used in a test class as @Autowired Bean - but it has only ever worked once.
If you then passed the second time (in a second scenario) at this code point, Popper always said the dialog would not be displayed - Reason is that for each opening a new dialog instance is created - but is not found then ( but the old, no longer displayed?).
I just had a problem with "statefulness" of POs for swing popups
Specifically it was about a Po - it was used in a test class as @Autowired Bean - but it has only ever worked once. If you then passed the second time (in a second scenario) at this code point, Popper always said the dialog would not be displayed - Reason is that for each opening a new dialog instance is created - but is not found then ( but the old, no longer displayed?).