0

これは私のコードですが、レイアウト結合内のレイアウトを削除すると正常に動作します

<p:layout style="width:850px;height:300px;" id="layout">  
  <p:layoutUnit position="west" resizable="true" size="230" minSize="40" maxSize="200" >  
               <center>
             <p:graphicImage  value="/resources/image/miseAjour.jpg" />
               </center> 
  </p:layoutUnit>

 <p:layoutUnit position="center" header="Composant">
    /*I wont to compose this layout 
    <p:layoutUnit position="center" header="element">  
                   </p:layoutUnit>

                   <p:layoutUnit position="south" header="definiton">
                   </p:layoutUnit>
    </p:layoutUnit> 

</p:layout>
4

1 に答える 1