Hi there
1. I created a custom control project, in Build configuration the name was b4j.example.
2. I compiled this, used the custom control in other page etc, then changed the name from b4j.example to something else. This resulted in the break of the code, one of the modules not being found.
java.lang.RuntimeException: java.lang.ClassNotFoundException: b4j.example.fontgrid
3. I renamed it back to b4j.example and it worked again as removing the control from the designer and inserting it did not help.
its now working but showing this.
Class not found: b4j.MashPropertyBag.editabletv, trying: b4j.example.editabletv
editabletv is part of the b4j.MashPropertyBag library though.
What could be the cause of this and what solution can I use?
Thanks