8 Replies Latest reply on May 26, 2008 7:30 AM by francis1970

    Opening a popup / Modal panel from Java code

    francis1970

      Hi all !
      I have an action inside a column of a data table

      <rich:column>
       <h:commandButton id="button1" action="#{dataItem.action}"
       style="font-size: 10px;" value="InCharge"
       </rich:column>


      I need to open a pop-up or a a Modal panel from the "action" method. Can anybody give me a help how to do it ?
      Thanks a lot
      Francesco