cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh the application when coming back from a view?

Former Member
0 Kudos

Hi,

I am running one webdynpro appln. From that displayed view (for example VIEW_FIRST ), I am moving to another view (for example VIEW_SECOND).After some action, Now I want to come back to the VIEW_FIRST . In this suituation I want to display the VIEW_FIRST and it need to be displayed with refreshed condition ie., it should have the all updated values which i have done through the action when I was in VIEW_SECOND ?

How can I display with refreshed condition of VIEW_FIRST ?

Can any one help ?

Thanks

Pons.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ponnuchamy,

you have to create nodes and attributes which are updating in the second view in the component controller

Then map the nodes to both the views and bind the attribuites to the required UIs in both the view.

once the nodes are common for both the view, what ever changes you are making to any of those nodes will Automatically reflect in the other view.

Regards

Sarath

Former Member
0 Kudos

Hi Ismail and sarath,

Thanks a lot .

It is working fine.

Regards

Pons.

Nb:

I will give mark to both of you.

Answers (1)

Answers (1)

former_member182190
Active Participant
0 Kudos

Hi,

You would be performing some action to come from Second view to the first view,

In that Action handler method bind the refreshed data to the nodes that display data

in the first view.

Hope this solves your problem.

Regards,

Ismail.