1 Reply Latest reply on Aug 5, 2011 4:13 PM by mp911de

    which is last event to be fired reRender or oncomplete

    ashutoshd

      Hi all ,

      can any one tell me which will fire last

      reRender="iAWarningMsgModalPanel,saveIAWarningForm,iAWarnSubView"

      or

      oncomplete="#{rich:component('iAWarningMsgModalPanel')}.show();"

       

      <a4j:commandLink   rendered="#{(rowItem.iaWarning ne null) and (rowItem.iaWarningLength)}"

                                                                                     action="#{WorkBenchActionBean.setWarningToModalPanel}"                                                          

                                                              oncomplete="alert('#{WorkBenchActionBean.warningModalPanel}');

                                                              #{rich:component('iAWarningMsgModalPanel')}.show(); checkCommentsLength(event,'workBenchListView:saveIAWarningForm:wbWarningTextArea','warningLengthErrMsg','warningLengthwbDiv');"

                                                            reRender="iAWarningMsgModalPanel,saveIAWarningForm,iAWarnSubView">