Hi,
can I get access to the dataContext and screens beans from inside a Composite component?
I can get access to the host screen, but don’t know how to get those beans from inside the composite component.
many thanks.
Carlos.
Hi,
can I get access to the dataContext and screens beans from inside a Composite component?
I can get access to the host screen, but don’t know how to get those beans from inside the composite component.
many thanks.
Carlos.
Solved. Managed to do it through the Screen instance (composite.getFrame().getFrameOwner()) and the AppUI object. Here however I get a list, so I wonder if I haver can have to AppUIs open at the same time… if it is a list, I guess so… for the time being I can continue like that but some when need to solve it.
Regards,
Carlos.