cancel
Showing results for 
Search instead for 
Did you mean: 

Viewset Functionality

Former Member
0 Kudos

Hi all,

Imagine there are 2 views in a viewset.

TopView - cell1,1

BottomView,empty view - cell2,1

In TopView There is textbox.User enters data and click continue button.Then the emptyview in cell2,1 is replaced by BottomView.

At this moment the data in TopView needs to be retained.

At present TopView Inputbox is binded to context attribute which inturn mapped to component controller.So data will be retained in component controller,but it is unable to retain in inputbox in TopView.

Is it that the whole viewset gets refreshed on any action in either of the views in Viewset

Can anyone help me out in this..

Regards

Chandrashekar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

What do you mean with "retained"?

Armin

Former Member
0 Kudos

Hi,

What is the lifespan specified for this views.

Regards

Ayyapparaj

Former Member
0 Kudos

I am replying form chandrashekar point

The life span of both the views is Framework_Controlled and retain menad the values which we entered should be there