cancel
Showing results for 
Search instead for 
Did you mean: 

How open View2 from View1 in external Component1?

Former Member
0 Kudos

Hi

I have 1.st COMPONENT1 where I have only one VIEW1 for validation.

I have more component where I do specific thing. In this component I would like REUSE validation from component 1 (I don't want create same VIEW1 as in COMPONENT1)

I have 1.st WDA component1 where on VIEW1 I validation data using button clink. (COMPONENT1, VIEW1)

I have 2.nd WDA componet2 where I reuse VIEW1 from external COMPONENT1.

I have 2.nd WDA componet2 where I have created VIEW2 (COMPONENT2, VIEW2)

Unit there I have made it. I have problem only with next part.

How from VIEW1 on COMPONET1 reused in COMPONET2 can I do open VIEW2 on COMPONET2?

When I use external component I don't see outbound plug. I see only Inbound plug.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member222068
Active Participant
0 Kudos

Hi Smoula,

1.  Do you want to display view 2 in same view or as pop up.

2.  Plugs comes into the picture, only during navigation

Can you elaborate your quires.

Thanks & Regards,

Sankar Gelivi

Former Member
0 Kudos

Hi Sankar

Do you want to display view 2 in same view or as pop up.

Not. I want display VIEW1 and when I press button1 I need to be redirected to VIEW2. In time will be displayed only one VIEW.

I have 1st COMPONET1 where I have only one VIEW1. On this VIEW1 I have the button1. When I press the button1 I need to be redirected on VIEWx

I have 2nd COMPONET2 where I have only one VIEW2. To this COMPONET2 I add USED COMPONET1, where is only VIEW1 with button1. VIEW1 (from COMPONENT1) is set as default open on COMPONENT2.

When open page first time is displayed VIEW1 (but in COMPONENT2). When I press button1 on this page I need to be redirected to VIEW2 (next displayed VIEW2).

Have do I make redirected form VIEW1 (on external component1 used in componet2) to VIEW2 in COMPONENT2?

I must use "do_dynamic_navigation" or is there another way?

Thank you