How to bootstrap swiz to work in application loaded in a portal
Hi,
I have a portal and I'm loading a couple of applicaitons using SWFLoaders which are using the Swiz framework. When loaded in the portal, the Swiz framework is not loading any beans or data. If the applicaiton is run outside the portal it works fine. The SWFLoader is a child of the portal, same security and application domain.
I don't know how to make swiz work. I also created a bootstrapper to load the portal and share classes but I get a compile error if I try this:
import
org.swizframework.Swiz;Swiz;It doesn't do anything. If I add this same line to the portal, it still doesn't do anything. How can Swiz work for children applications loaded in the portal?
Thanks you.
