in versions befor e 3.11.0 I did not include a resource <res id="userInputLang.xml_ned" src="scripts/userInputLang.xml_ned" /> in my xml
This did not cause any trouble.
In version 3.11.0 however, this missing resource cause validators like NotEmptyValidator to generate a nullpointer instead of showing the messageBox containing the error.
WorkAround: provide a the resource file.
Description
in versions befor e 3.11.0 I did not include a resource <res id="userInputLang.xml_ned" src="scripts/userInputLang.xml_ned" /> in my xml
This did not cause any trouble.
In version 3.11.0 however, this missing resource cause validators like NotEmptyValidator to generate a nullpointer instead of showing the messageBox containing the error.
WorkAround: provide a the resource file.