cancel
Showing results for 
Search instead for 
Did you mean: 

Help for HTMLB Tabstrip

Former Member
0 Kudos

Hi,

I have three tabs in my tabstrip control. The tab1 will display a few details as the page is generated.

Now my problem is how to change the tab2 and tab3 with some more details when they are selected.

Besides after clicking tab2 if I go back to tab1 there previous details are not there. How to overcome this?

I am <b>not using MVC approach</b>. Any help and useful codes will be appreciated greatly.

Thanks

Kathirvel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes I checked all of them, but they just display a text. I am using some input fields, tableviews etc in those tabstrips. So I do not find it more helpful.

Thanks

Kathirvel

Former Member
0 Kudos

Hi,

a possibility for you is to make your bsp app stateful and save the incomming data (form_fields of request object) in oninputprocessing to attributes of a application class.

Search SDN for use of application class.

Regards,

Sebastian

former_member191062
Active Contributor
0 Kudos

Hi,

hmm. Do you mean that you see statical text also in your case?

If so it seems you do not handle the server side events correctly, when a TAB is clicked.

Do the statical elements appear?

Regards,

Dezso

Answers (1)

Answers (1)

former_member191062
Active Contributor
0 Kudos

Hi,

can you please check the example: sbspext_htmlb

It has a tabstrip example. Does it work for you?

Regards,

Dezso