cancel
Showing results for 
Search instead for 
Did you mean: 

Linking View to ViewSet - Call to single view loads all views in view set.

Former Member
0 Kudos

Hi Frnds,

I am trying to understand the current functionality present in WEB UI navigation bar.

What I found is, when I click on some button on navigation bar, in code, it calls to single view of the view set. But at the output complete view set is filled with all related view. Can some one explain what actually is the functionality here...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

On the click of button the component and its MainWindow is called and in the output you can see all the views which are assigned to that window.

Check the main window of any component and then compare the views in the WebUI.

Regards,

Shobhit

Former Member
0 Kudos

Thanks Shobit for your reply,

Actually in my scenario, I am trying to assign existing view that is previously linked to one hyperlink text on page to the navigation bar button. But in output I can see that single view only and not other views in the view set, also the navigation bar is not displayed after that.

What things I need to check further?

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

On the click of button MainWindow is called and in the output you can see all the views which are assigned to that window.

Regards,

Shobhit