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