Skip to Content
0
Former Member
Nov 24, 2006 at 03:08 PM

Navigation problem

43 Views

Hi Guys.

I have a strange problem. maybe someone of you have any ideas.

I have a component which has two inbound plugs via the interface view.

Inside the Window I implemented the corresponding handler methods.

Each handler method fires a different outbund plug to a different view. I do so

because I want to have different entry points to my component.

In another component I implemented a menu which offers two links which should navigate to the corresponding views of the above described component.

When I click a link the first time the correct view is displayed. When i now click the second link the second view is correctly displayed. But when I now click the first link again the second view keeps displayed. Everytime a link is clicked I delete the used component and create a new one to reset. So this could not be the problem.

What is strange: I have set breakpoints in both handlers of component A. When I click the link (like described above) the 3rd time both inboundplug handler methods are called.

I try to perform navigation genericall using

l_view_controller_api->prepare_dynamic_navigation

I hope I could clearly explain the problem.

Thanks in advance.

Cheers,

Sascha