cancel
Showing results for 
Search instead for 
Did you mean: 

Can't catch the interface controller event

Former Member
0 Kudos

Hi!

I can't catch the event that fires from Interface Component Controller of child component.

I have the hierarchy:

Component A has a child

Component B has a child

Component C.

Interface Controller of "C" fires the event that should be caught in component "A".

Is it possible?

When i try to catch the event in component "B" - it is ok!

But when i try to catch it in "A" - nothing happened.

King regards

Denis

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Vanin,

If ur component of view "A" is active then u can caught the event.

when u fire a plug then it will be caught only when view is ACTIVE.U can do this by using viewset.

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

I have read this document. But the question is active.

Should i catch the event from "C" in component "B" and then fire a new event, that can be cought by component "A"?

Is it normal bechavuor and design?

The question is "Can component "A" catch the events from chilren components 2,3 and deeper levels?"

Regards,

Denis

Former Member
0 Kudos

Hi Denis,

I think this tutorial can help u for ur requirement.

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e8d7cd90-0201-0010-4a8c-dd22fa16ca0a">Server Side Eventing</a>

regards

Sumit