cancel
Showing results for 
Search instead for 
Did you mean: 

How to call public attribute value from one WD to another WD

mahesh_jagnani
Participant
0 Kudos

Hi Expert,

I am using one WD in the another WD ,i have a requirement where i have to know the value of one public attribute of the one WD in the other WD .

How i can do this.

Thanks

Mahesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

if you are talking about acessing used component public attribute then the easiest way is to create a getter interface method with returning parameter (in the used component ).

Answers (1)

Answers (1)

mahesh_jagnani
Participant
0 Kudos

thks