which tag gets value from UI MO and displays it on screen?
-
<ps:getValue>
-
<ps:displayvalue>
-
<ps:showValue>
-
<ps:write>
A
Correct answer
Explanation
The tag retrieves data from the UI Model Object (MO) and renders it on the screen. This is the standard PS tag for displaying values from the UI layer, unlike other tags which serve different purposes like navigation or output operations.