How can I access variable in the frame from a component 2-3 levels bellow?
The class that contains the user ID and password should have a get method. Just call it and return the relevant info to caller. No need to pass it to things that don't need it.