cancel
Showing results for 
Search instead for 
Did you mean: 

Triggering of the wdDoModifyView method.

avihai_tamari
Explorer
0 Kudos

Hi,

We are using the java.Util.Timer to schedule a task and when the task is finished a webdynpro event is fired.

The event listener component gets the event notification but somehow the wdDoModifyView of this component (the listener component) is not called.

We don't know whether this behavior is by design, if so, is there any other way to trigger the wdDoModifyView method after the event handler is reached?

Thanks,

Smadar & Avihai

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Avihai,

From my understanding, wdDoModifyView is invoked after any action handler, be the origin visual control like button or non-visual like timer.

So if it doesn't work with timer, submit a bug.

Valery Silaev

Former Member
0 Kudos

Hi

wdDoModifyView is hook method <b>called</b> to modify a view <b>just before rendering</b>.

It is a static method to prevent programmers from storing references to UI elements in the view controller class- this would violate MVC paradigm.

Regards,

Abhishek