dataScroller: do not works with a4j:status properly
---------------------------------------------------

                 Key: RF-10853
                 URL: https://issues.jboss.org/browse/RF-10853
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-tables
    Affects Versions: 4.0.0.Final
            Reporter: Ilya Shaikovsky


1) do not works properly with form scoped default status. onstart called but 
onstop - not.
Problem seems in dataScroller because the same case with the button works see 
[1]
2) do not works at all using status="status". Seems just not implemented.

[1]
        <rich:popupPanel id="splash" autosized="true" width="200" height="80" 
moveable="false" resizeable="false">
          <f:facet name="header"><h:outputText value="WAIT" /></f:facet>
          <h:outputText value="WAIT!" />
        </rich:popupPanel>

        <h:form id="form">
        <a4j:status onstart="#{rich:component('splash')}.show()" 
onstop="#{rich:component('splash')}.hide()" />
                <h:panelGrid columnClasses="acent">
                <rich:dataScroller for="table" maxPages="5" />
                <rich:dataTable value="#{carsBean.allInventoryItems}" var="car"
                        id="table" rows="#{userBean.age}">
................
                </rich:dataTable>
                <rich:dataScroller for="table" maxPages="5" status="status"/>
                </h:panelGrid>
                <a4j:commandButton ></a4j:commandButton>
        </h:form>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to