InterviewSolution
Saved Bookmarks
| 1. |
What is a view in Web Dynpro component? |
|
Answer» Each Web Dynpro application contains at least one view and it is used to define layout of a user interface. Each view consists of multiple user element and a controller and context. The controller is used to process user request and processing of data and context contains data to which elements of view are bound. |
|