JSF PanelGroup Example
JSF PanelGroup Example @JSF #JSF @JavaServerFaces #JavaServerFaces
JSF PanelGroup Example
The JSF panelGroup layout is a container component can be used to group more than one UI component. The Panel Group render an HTML table in the browser. The h:panelGroup should be used in places where the JSF specification says only one UI component is allowed. For example, h:panelGrid column allows only one UI component
Below is how the h:panelGroupaccommodates two UI…
View On WordPress


















