I am getting value from document.getElementByid from text field. I want to transfer the value got from getElementByid to other component. Any one can guide me how to do that.
Example component A: get value using a=document.getElementByid pass this value to Component B: receive Value a from componentA. Thanks.