-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
From @Kameecoding on May 22, 2018 10:26
Issue Overview
p:layout and pe:layout do not work
Current Behaviour
Adding any of these layouts to the body doesn't work properly
Expected Behaviour
These should probably work
How to reproduce
Add a layout to the body,
<p:layout
id="allContent"
fullPage="false"
style="height: 600px;"
widgetVar="layout_pane">
<p:layoutUnit
id="two_halves_left"
position="center">
</p:layoutUnit>
<p:layoutUnit
id="two_halves_right"
position="east">
</p:layoutUnit>
</p:layout>
Additional Information
- AdminFaces version: RC15
- PrimeFaces version: 6.1
- JSF implementation: 2.2
Copied from original issue: adminfaces/admin-template#72