[ 
https://issues.jboss.org/browse/RF-10853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jay Balunas updated RF-10853:
-----------------------------

      Fix Version/s: 4.1.0.Final
                         (was: 4.1.0.Milestone1)
           Priority: Major  (was: Critical)
    Forum Reference: http://community.jboss.org/message/598026#598026  (was: 
http://community.jboss.org/message/598026#598026)


> 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: base functionality , component-tables
>    Affects Versions: 4.0.0.Final
>            Reporter: Ilya Shaikovsky
>             Fix For: 4.1.0.Final
>
>
> 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