cancel
Showing results for 
Search instead for 
Did you mean: 

Component Usage: Unable to set the Visible property UI element

pranav_nagpal2
Contributor
0 Kudos

Hi All,

I have a view in which there is a TabStrip. There are 3 tabs in it. Now i want to use that component in another componet. I have used first component in second component and i am getting the context of first component in second. But problem is that when i m changing the context used for visiblity property i m not getting the desired output. Please give your expert opinion.

Regards,

Pranav

Accepted Solutions (0)

Answers (3)

Answers (3)

pranav_nagpal2
Contributor
0 Kudos

hii,

thanks...... for your suggestions.

regards,

Pranav

Former Member
0 Kudos

hi,

u can create method in used component the one u are using in main component, the method should be interface method, in that method u changed the value of node element and call from the main component,

in code wizard the second option is to call interface method from used component,

Y N

abhimanyu_lagishetti7
Active Contributor
0 Kudos

is the Interface node inputElement(Ext) property is checked?

and external mapping done correctly

Abhi

pranav_nagpal2
Contributor
0 Kudos

yes the property has been checked. Elaborating more on the issue, my flow of mapping in second context is

Interface context-->Component context---->View context

Now when i m changing the context attribut of visibility property in view context i am not able to see the desired result. (And no errors also.)

regards

Pranav

abhimanyu_lagishetti7
Active Contributor
0 Kudos

incase of external mapping , you should bind it in the interface controller section of the component usages folder as we do in ALV