1 Reply Latest reply on Oct 25, 2011 2:09 PM by bleathem

    Show popupPanel

    fafino

      Hi,

      for show one popupPanel I use:

      1)

      <h:commandButton value="apri" render="popupNuovaLinea" execute="@this" >

           <rich:componentControl target="popupNuovaLinea" operation="show" />

      </h:commandButton>

       

      2)

      <a4j:commandLink styleClass="no-decor" render="panelgridNuovaLinea" value="apri"

           execute="@this" oncomplete="#{rich:component('popupNuovaLinea')}.show()" >

      </a4j:commandLink>

       

      The first show popupPanle but don't refresh value h:inputText, the second OK.

       

      How can I use to Button and update the inputText inside popupPanel ?

       

      Thank you

        • 1. Re: Show popupPanel
          bleathem

          Without seeig the code in context, it's tough to say.  Looking purely at the snippet provided, the render attributes of the two solutions doesn't match.  Should they be the same?