cancel
Showing results for 
Search instead for 
Did you mean: 

navigate to different component on click of button in popup

Former Member
0 Kudos

Hi ,

I have a button in view . On click of this I am generating the popup. On click of yes in popup I want to navigate to the other conponent .

so far this in the OnAction of that popup button , I am firing the outbound plug to other component.

But it is not navigating.

Can any1 point , where am I missing?

Amit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

before firing the plug, close the window using lo_window->close( ). Also chack if u are navigating to the desired component plug by putting a break point in the inbound plug ( may be handledefault of window) of target component. If you dont want to come back to the first component you can try navigation with Exit plug.

Regards

Vishal Kapoor

Answers (1)

Answers (1)

ChrisPaine
Active Contributor
0 Kudos

Hi,

Could it be that because the new component is attempting to be loaded into the window that is your popup - not into the window that is your application. Because the click of the popup button is also closing the window- your newly navigated to component is not getting shown?

Just check in which window the navigation event is fired.

Chris