Select to view content in your preferred language

ApplicationDomain Recommendation FlexViewer 2.0 beta 2

666
0
07-29-2010 10:17 AM
JoeBizzell
Deactivated User
Not sure how else to reach the dev team, so here goes.

Can you update the 2 lines of code in the WidgetManager to utilize the current domain so that all widgets are playing on the same page nicely. (Singleton classes were not working properly.)

Original:
ctlInfo.load(null, null, null, moduleFactory);

Update:
ctlInfo.load(ApplicationDomain.currentDomain, null, null, moduleFactory);

Just my recommendation.

Thanks,
Joe
Tags (2)
0 Kudos
0 Replies