cancel
Showing results for 
Search instead for 
Did you mean: 

Disable tabs at runtime (WebDynpro Java - tab strip)

Former Member
0 Kudos

I have a tab strip view set and want to disable the navigation to some embedded views at runtime.

Tab 1 contains a view for selecting items. If the selection does not return any values from

the database I want to disable tab 2 ("the user shall not be able to select tab 2).

Any idea how I could do this?

Regards FW

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use a TabStrip and ViewContainerUIElements instead of a view set. Then you can disable tabs dynamically via the Tab.enabled property.

Armin

Answers (0)