cancel
Showing results for 
Search instead for 
Did you mean: 

make link enabled, even if container is disabled

daniel_humberg
Contributor
0 Kudos

I have a LinkToAction in my WebDynpro component that shall always be enabled.

Unfortunately, the component is embedded into another component, and the view container in the outer component is set to "disabled" in some cases (via Context Binding).

Generally, the "disabled"-status of a container in WebDynpro is inherited by all children of the container, and generally, that's a good feature. In this case, however, i want my link to be clickable nonetheless, and I want to do this without modifying the outer container. Is there anything I can do?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

I Dont see any other way rather than to move all UI elements except the link ui element in a new group container.

and instead of modifying the view container enabled property now you can work on the group Ui element container enabled property.

Regards

Manas Dua

Answers (0)