2 Replies Latest reply on Jul 18, 2011 6:55 AM by erez135

    a4j:ajax inside  rich:extendedDataTable - not working

    erez135

      hi ,

      i am stuck on this issue, and i will be glad if you can help me on this :

      by "click" on the "g" label nothing is accure an "kk" in not render.

      i am new in this field,  i will appreciate any help .

      I am using richFaces 4.0.0

       

       

      Thank in advanced

       

       

      <rich:column width="40px;">

                          <f:facet name="header">

                                  <h:outputText value="skip" />

                          </f:facet>   

                              <h:outputText value="#{sl.skip}"  />

                      </rich:column>

              

                      <rich:column>

                     

                          <f:facet name="header">

                                  <h:outputText  value="detail"  />

                          </f:facet>   

                         

                              <h:outputLabel value="g" >

                                   <a4j:ajax  event="click"  render="kk" />

                               </h:outputLabel>               

                      </rich:column>

                     

       

                  </rich:extendedDataTable>

             

          </h:form>

       

       

      <h:panelGrid id="kk">

              <h:outputText   value="value is #{buttonClickDataResults.dateTime}" />

          </h:panelGrid>

       

      @ManagedBean

      public class ButtonClickDataResults