InterviewSolution
Saved Bookmarks
| 1. |
What Is The Richfaces Panel? |
|
Answer» It is a bordered PANEL with an optional HEADER. For basic usage, it does not REQUIRE any attribute. A <rich:panel> without any ATTRIBUTES defined renders a bordered REGION with no header. We should use header attribute to specify the text to appear in the header. It is a bordered panel with an optional header. For basic usage, it does not require any attribute. A <rich:panel> without any attributes defined renders a bordered region with no header. We should use header attribute to specify the text to appear in the header. |
|