[richfaces-issues] [JBoss JIRA] Reopened: (RF-7672) Problem in dataScroller

Tarcísio Filó (JIRA) jira-events at lists.jboss.org
Fri Aug 7 13:10:30 EDT 2009


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

Tarcísio Filó reopened RF-7672:
---------------------------------



Using:

JSF_1.2_12
facelets-1.1.14
richfaces-3.3.1

Just doing a downgrade from 3.3.1 to 3.3.0 the application works fine.

Code:

<rich:datascroller id="dtRick" for="listaNotas"
	maxPages="15" align="center" fastControls="hide"
	scrollerListener="#{consultaPrestador.paginacaoListener}" reRender="dtRick"
	page="#{consultaPrestador.initPageScroller}">
	<f:facet name="first">
		<h:graphicImage value="/resources/images/bt_primeira_pagina.gif" />
	</f:facet>
	<f:facet name="first_disabled">
		<h:graphicImage value="/resources/images/bt_primeira_pagina_disable.gif" />
	</f:facet>
	<f:facet name="last">
		<h:graphicImage value="/resources/images/bt_ultima_pagina.gif" />
	</f:facet>
	<f:facet name="last_disabled">
		<h:graphicImage value="/resources/images/bt_ultima_pagina_disable.gif" />
	</f:facet>
	<f:facet name="next">
		<h:graphicImage value="/resources/images/bt_proximo.gif" />
	</f:facet>
	<f:facet name="previous">
		<h:graphicImage value="/resources/images/bt_anterior.gif" />
	</f:facet>
	<f:facet name="next_disabled">
		<h:graphicImage value="/resources/images/bt_proximo_disale.gif" />
	</f:facet>
	<f:facet name="previous_disabled">
		<h:graphicImage value="/resources/images/bt_anterior_disable.gif" />
	</f:facet>
</rich:datascroller>

If not enough yet, please say what to do ...

> Problem in dataScroller
> -----------------------
>
>                 Key: RF-7672
>                 URL: https://jira.jboss.org/jira/browse/RF-7672
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-ScrollableDataTable
>    Affects Versions: 3.3.1
>         Environment: Tomcat 6.0.18
> IE7 and FF3.0
>            Reporter: Tarcísio Filó
>            Assignee: Nick Belaevski
>            Priority: Critical
>
> After up from richfaces 3.3.0 to 3.3.1, my app that was working perfectly, had a terrible problem.
> The dataScroller works only at the first time. When you come from page 1 to 2 for example. When you try to click in page 3, or next or the last, i have no response, no action and no javascript errors.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list