Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I'm building a mashup with multiple apps, the user can switch the app with a navigation menu.
The app gets switched with app.close() and the new one gets loaded with app.openApp(id,config);.
I retrieve the objects with app.getObject('placeholder',id), but i only get the main container not the objects inside of the container. It only works when i use tab-container in the first app i load when i open the mashup, but when i switch to app with it it doesn't work.
Anyone a idea how i can retrieve those objects?
Regards,
Pascal
Most probably this is a bug in the extension. Try using the built-in container instead. You could also report it as a bug.