I have two component,suppose comp A and comp B.Component A has two method called showMessage( ) and one buttonhandler method.In button handlermethod,I wrote setComponentNested method to navigate into another component B.In component B, I want to call the method showMessage() of comp A..How can I call this.Do we have any method to get this.
Thanks in advance.