eclipse-scout / scout.rt

https://www.eclipse.org/scout/
Eclipse Public License 2.0
34 stars 39 forks source link

HybridManager: add more log output #1077

Closed cguglielmo closed 2 months ago

cguglielmo commented 2 months ago

If handling the action fails, it is hard to tell which exact action failed. Example case: a FormHybridAction throws a null pointer exception at AbstractFormHybridAction.prepareForm(form) because createForm returns null.