cancel
Showing results for 
Search instead for 
Did you mean: 

Refresh embedded view

kroly_horvth
Participant
0 Kudos

Hi,

I have the following scenario:

A webdynpro component LIST with a drop down listbox, populated and an OnSelect interface event declared

A webdynpro component MESSAGES displaying messages in TextView populated in its wdomodifyview

Now I have a webdynpro component, I inserted first the MESSAGES component, then the LIST component as embedded views. I implemented the OnSelect event of the LIST component.

What I would like to do:

When I select a value in the OnSelect event, I want to display it in the MESSAGES component.

THe problem I facing that the MESSAGES wdomodifyview event is running earlier than the event handler.

How can I invalidate the view so the MESSAGES component is refreshed?

Your help is appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

kroly_horvth
Participant
0 Kudos

I mapped the embedded view's context to the main view's context and it refreshes nicely, strangely enough no predefined method in the embedded view runs at this point.

Answers (0)