3 Replies Latest reply on Dec 14, 2007 4:29 AM by magiccreative

    Richfaces components shown although they dont exist in compo

    magiccreative

      Hi, I guess this is a problem due to mine lack of understanding how is the component tree updated after ajax request. I will try to describe the setting, please help if you know what is going on.


      So in a jsp I have a <ui:composition> specified. within this composition there is a form:

      <h:form id="startPageForm">
      <dnd:panel id="Desktop" binding="#{testBackEnd.deskTop}" style="position: absolute;width:800px;height:800px;float:left;">
      <dnd:panel style="width:300px;height:300px;background:black;" >
      </dnd:panel>
      </dnd:panel>
       </h:form>