2 Replies Latest reply on Jun 18, 2012 3:49 PM by paulineg

    refresh a page using richfaces mobile

    paulineg

      How can i do a simple page refresh using richfaces mobile.

       

      I have tried

       

      <a4j:commandbutton value="refresh" render="@form" oncomplete="slidfast.core.slideTo('component-page')"/>

       

      <div id="component-page" class="page stage-right">

       

                              <div>
                                
                                  <div>
                                      <fieldset class="example-cnt">
                                          <ui:include src="#{PageBean.currentPage}" />
                                      </fieldset>

       

                                   </div>
                              </div>
                      </div>

       

      When i click the button i briefly see the loading icon in the top right corner, but all values on the page remain the same.