InterviewSolution
Saved Bookmarks
| 1. |
Why do we use events and actions in Web Dynpro? |
|
Answer» You can create events to enable communication between controllers. You can allow one controller to trigger events in different controller. All events that you create in component controller they are available in component. |
|