0 Replies Latest reply on Oct 23, 2012 6:59 AM by tri91

    popup window not displayed

    tri91

        <h:form id="gateEntryThreeSevenId">  

          

                   

                   

                  <rich:dataTable value="#{depotOpeningStockManageBean.addDepotOpeningStockList}" id="depotLotSearchList"

                              var="depotLotSearchListVar" iterationStatusVar="it" >

                             

                              <rich:column>

                                  <f:facet name="header">

                                      <h:outputText value="Sr. No."/>

                                  </f:facet>

                                  #{it.index+1}

                              </rich:column>

                             

                                <rich:column>

                                  <f:facet name="header">

                                      <h:outputText value="#{msg['depotEntry37.lotNo']}"/>

                                  </f:facet>

                                     <a4j:commandLink styleClass="addLink"    execute="@this" onclick="#{rich:component('addPane')}.show()"  render="addPane" value="Create" >

                                          </a4j:commandLink>                               

                              </rich:column>

                             

                             

                  </rich:dataTable>

                 

                  <rich:popupPanel  id="addPane" domElementAttachment="form" autosized="true" >                

                     

                  </rich:popupPanel>

                     

                     

                       

                   </h:form>