cancel
Showing results for 
Search instead for 
Did you mean: 

Calling view of differnt component

Former Member
0 Kudos

Hi Champs,

I hv an issue regarding calling a view from different component.

Suppose i want to call view A from component C .View A is present in window W1 of component C.Now issue is view A requres some data which its getting from view B of same component from different window.

So how should i implement this scenario

regards

Jhon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jhon,

Now issue is view A requres some data which its getting from view B of same component from different window

It is simple write your entire logic in Componnet controller methods call that method from view A.