cancel
Showing results for 
Search instead for 
Did you mean: 

How to call specific view of used component

0 Kudos

Hi All,

I have the following problem:

I have component 1 which have two views: 1A and 1B. They are included in one window. Default view is 1A.

Navigation between view 1A and 1B it made with buttons and plugs ("go to 1A", "go to 1B").

I have main component 2 which uses component 1 (used component). Component 2 has view 2A and 2B. I have button "Z" in view 2A which calls method of component 1 and navigates to view 2B (where used component 1 is embedded).

First time I press button I navigate to view 1A, its correct. Then I navigate to view 1B (within used component 1).

when I go back (in main component 2) and press button "Z" again, the used component 1 is open with view 1B, not 1A (which is default). That is, used component 1 remember which view the navigation stayed on.

I nee to always see view 1A first when I navigate with button "Z" (open used component).

How I can do that?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ,

u must be using component usage ..

in ur component2 , place the view 1B of ur used component in separate window

pls refer this thread as well :

regards,

amit

Answers (0)