Hi Hugi,
You can always you the trusty delegation pattern:
SomeComponentThatContainsAWOSwitchComponent nextPage = pageWithName(
SomeComponentThatContainsAWOSwitchComponent.class );
nextPage.setSomeComponentThatContainsAWOSwitchComponentDelegate(this);
nextPage.componentInstanceDisplayedByWOSwitc
Hi all.
I think I might be out of luck here, but does anyone have Some Amazing Way™ to
programmatically work with a component instance generated by a WOSwichComponent?
Ideally, what I'd be able to do is something like:
SomeComponentThatContainsAWOSwitchComponent nextPage = pageWithName(
SomeCom