cancel
Showing results for 
Search instead for 
Did you mean: 

How to dynamically set view as default in View Set

Former Member
0 Kudos

Hi All,

I have multiple view in a view set of result area, How can i make any view as a default at run time.

Please advice.

Thanks,

Rajan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

if you have viewset with more views in viewareas, you can redefine method "DO_REPLACE_INITIAL_VIEW" on controller. In this method you can define, which view should be loaded for specific viewarea.

Or you can change logic in HTML and in some condition you can define, which vieware should be loaded. For example you have 3 viewarea, but only one with name "Load1" should be loaded:

add condition and this code:

<bsp:call comp_id = "<%= controller->GET_VIEWAREA_CONTENT_ID( 'Load1' ) %>"

          url     = "<%= controller->GET_VIEWAREA_CONTENT_URL( 'Load1' ) %>" />

With regards,

Jiri

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Jiri.

Sorry for delay. I myself figure out your second option and its really work.

Former Member
0 Kudos

Hello, Rajan!

Sorry, I don't understand what do you want to do? What is the business task?

Regards,

Viktor