[JBoss JIRA] (RF-13126) ExtendedDataTable Header Column Widths does not conform to Row Data Column Widths specified in TableState
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13126?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13126:
------------------------------------
[~entracity] please see the comments in RF-13095. If you could provide a code sample demonstrating how the tableState setter is not called, please add it in a comment to RF-13095.
> ExtendedDataTable Header Column Widths does not conform to Row Data Column Widths specified in TableState
> ----------------------------------------------------------------------------------------------------------
>
> Key: RF-13126
> URL: https://issues.jboss.org/browse/RF-13126
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 5.0.0.Alpha1
> Environment: Windows / Tomcat 7 / JDK 1.7 (Firefox & IE)
> Reporter: Steven W.
>
> In prior 3.x release the ExtendedDataTable control supported TableState data for sizing of columns - this worked relatively well *however* there is/was a bug such that the columns headers above the table did *not* align properly with the data rows of the table below; this could be partially accommodated by specifying a size for the column (in the TableState data) that was wider than the longest string in the column data as he initial / minimum size.
> In subsequent release (in 4.x time frame I believe) the control was refactored and the TableState capability as a whole was lost - I saw this in another report on the forum or Jira though not the same but other related issues may be RF-4855 + RF-13094 and RF-13095 ; the report I remember reading, however, is that this TableState functionality was lost during the refactoring and was then said to be restored in a subsequent release.
> I am now using Version 5 of RichFaces to include the first milestone and latest (overnight) snapshot and am confirming this column header sizing AND/OR TableState table header sizing issue(s) still remain, regardless of prior attempts to include TableState data recognition and, if/as so, the widths of the column headers does not respect the TableState data nor do they conform to the column widths of the data in the rows below.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (RF-13095) extendedDataTable tableState setter not called on column resize/reorder
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13095?page=com.atlassian.jira.plugin.s... ]
Brian Leathem commented on RF-13095:
------------------------------------
I committed a test showing the tableState setter is called:
https://github.com/richfaces4/components/commit/69b918c183b736d594781f39c...
[~salvois] can you please provide a code sample demonstrating that the setter is not called? We are approaching code freeze for 4.3.4, so please consider providing this code sample in a timely manner.
> extendedDataTable tableState setter not called on column resize/reorder
> -----------------------------------------------------------------------
>
> Key: RF-13095
> URL: https://issues.jboss.org/browse/RF-13095
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.2
> Environment: GlassFish 3.1.2.2 with Mojarra 2.1.23, tested on Firefox 22 and Chrome 28.
> Reporter: Salvo Isaja
> Assignee: Brian Leathem
> Fix For: 4.3.4
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Not sure if this qualifies as a bug or a feature request.
> I have an extendedDataTable with the tableState attribute bound to a String property of a backing bean (tried both a request scoped bean on a transient view and a session scoped bean on a stateful view).
> When resizing or reordering columns, an Ajax request is posted to the server, and I correctly see the new column layouts in the request, but the setter of the tableState property in the backing bean is not called. If I execute @form on a a4j:commandLink or commandButton, it is called instead.
> Thanks
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (RF-13135) ExtendedDataTable(multipleKeyboardFree mode): ArrayIndexOutOfBoundsException when clicking in IE8
by Ray Yan (JIRA)
[ https://issues.jboss.org/browse/RF-13135?page=com.atlassian.jira.plugin.s... ]
Ray Yan updated RF-13135:
-------------------------
Description:
I'm using an ExtendedDataTable in multipleKeyboardFree mode with 2 frozenColumns. It works great in Chrome (Version 28.0.1500.95) without exception. But when browsing in IE8, below exception had been thrown several times:
{code}
SEVERE [org.richfaces.log.Context] (http-localhost/127.0.0.1:8080-1) 0: java.lang.ArrayIndexOutOfBoundsException: 0
at org.richfaces.renderkit.SelectionRenderer$ClientSelection.<init>(SelectionRenderer.java:65) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.SelectionRenderer.doDecode(SelectionRenderer.java:168) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.ExtendedDataTableRenderer.doDecode(ExtendedDataTableRenderer.java:953) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.RendererBase.decode(RendererBase.java:80) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:793) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.richfaces.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:822) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.PartialViewExecuteVisitCallback.visit(PartialViewExecuteVisitCallback.java:53) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.BaseExtendedVisitContext.invokeVisitCallback(BaseExtendedVisitContext.java:321) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.component.UIDataAdaptor.visitTree(UIDataAdaptor.java:1322) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIForm.visitTree(UIForm.java:371) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.executeComponents(ExtendedPartialViewContextImpl.java:278) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.processPartialExecutePhase(ExtendedPartialViewContextImpl.java:258) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.processPartial(ExtendedPartialViewContextImpl.java:215) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:923) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) [jsf-impl-2.1.18-jbossorg-1.jar:]
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.18-jbossorg-1.jar:]
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.18-jbossorg-1.jar:]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
{code}
Below source code maybe buggy:
{code:title=org.richfaces.renderkit.SelectionRenderer.java|borderStyle=solid}
String[] rangeString = rangeStrings[i].split(",");
ranges[i][0] = Integer.parseInt(rangeString[0]);
ranges[i][1] = Integer.parseInt(rangeString[1]);
{code}
was:
I'm using an ExtendedDataTable in multipleKeyboardFree mode with 2 frozenColumns. It works great in Chrome (Version 28.0.1500.95) without exception. But when browsing in IE8, below exception had been thrown several times:
{code}
SEVERE [org.richfaces.log.Context] (http-localhost/127.0.0.1:8080-1) 0: java.lang.ArrayIndexOutOfBoundsException: 0
at org.richfaces.renderkit.SelectionRenderer$ClientSelection.<init>(SelectionRenderer.java:65) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.SelectionRenderer.doDecode(SelectionRenderer.java:168) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.ExtendedDataTableRenderer.doDecode(ExtendedDataTableRenderer.java:953) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.RendererBase.decode(RendererBase.java:80) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:793) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.richfaces.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:822) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.PartialViewExecuteVisitCallback.visit(PartialViewExecuteVisitCallback.java:53) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.BaseExtendedVisitContext.invokeVisitCallback(BaseExtendedVisitContext.java:321) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.component.UIDataAdaptor.visitTree(UIDataAdaptor.java:1322) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIForm.visitTree(UIForm.java:371) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.executeComponents(ExtendedPartialViewContextImpl.java:278) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.processPartialExecutePhase(ExtendedPartialViewContextImpl.java:258) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.processPartial(ExtendedPartialViewContextImpl.java:215) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:923) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) [jsf-impl-2.1.18-jbossorg-1.jar:]
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.18-jbossorg-1.jar:]
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.18-jbossorg-1.jar:]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
{code}
> ExtendedDataTable(multipleKeyboardFree mode): ArrayIndexOutOfBoundsException when clicking in IE8
> -------------------------------------------------------------------------------------------------
>
> Key: RF-13135
> URL: https://issues.jboss.org/browse/RF-13135
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.3
> Environment: Server: jboss-eap-6.1.0.Alpha
> Browser: IE(8.0.7601.17514)
> Reporter: Ray Yan
>
> I'm using an ExtendedDataTable in multipleKeyboardFree mode with 2 frozenColumns. It works great in Chrome (Version 28.0.1500.95) without exception. But when browsing in IE8, below exception had been thrown several times:
> {code}
> SEVERE [org.richfaces.log.Context] (http-localhost/127.0.0.1:8080-1) 0: java.lang.ArrayIndexOutOfBoundsException: 0
> at org.richfaces.renderkit.SelectionRenderer$ClientSelection.<init>(SelectionRenderer.java:65) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.renderkit.SelectionRenderer.doDecode(SelectionRenderer.java:168) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.renderkit.ExtendedDataTableRenderer.doDecode(ExtendedDataTableRenderer.java:953) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.renderkit.RendererBase.decode(RendererBase.java:80) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
> at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:793) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at org.richfaces.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:822) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.context.PartialViewExecuteVisitCallback.visit(PartialViewExecuteVisitCallback.java:53) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.context.BaseExtendedVisitContext.invokeVisitCallback(BaseExtendedVisitContext.java:321) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.component.UIDataAdaptor.visitTree(UIDataAdaptor.java:1322) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
> at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at javax.faces.component.UIForm.visitTree(UIForm.java:371) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at org.richfaces.context.ExtendedPartialViewContextImpl.executeComponents(ExtendedPartialViewContextImpl.java:278) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.context.ExtendedPartialViewContextImpl.processPartialExecutePhase(ExtendedPartialViewContextImpl.java:258) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
> at org.richfaces.context.ExtendedPartialViewContextImpl.processPartial(ExtendedPartialViewContextImpl.java:215) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
> at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:923) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) [jsf-impl-2.1.18-jbossorg-1.jar:]
> at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.18-jbossorg-1.jar:]
> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.18-jbossorg-1.jar:]
> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
> at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
> at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
> {code}
> Below source code maybe buggy:
> {code:title=org.richfaces.renderkit.SelectionRenderer.java|borderStyle=solid}
> String[] rangeString = rangeStrings[i].split(",");
> ranges[i][0] = Integer.parseInt(rangeString[0]);
> ranges[i][1] = Integer.parseInt(rangeString[1]);
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (RF-13135) ExtendedDataTable(multipleKeyboardFree mode): ArrayIndexOutOfBoundsException when clicking in IE8
by Ray Yan (JIRA)
Ray Yan created RF-13135:
----------------------------
Summary: ExtendedDataTable(multipleKeyboardFree mode): ArrayIndexOutOfBoundsException when clicking in IE8
Key: RF-13135
URL: https://issues.jboss.org/browse/RF-13135
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.3.3
Environment: Server: jboss-eap-6.1.0.Alpha
Browser: IE(8.0.7601.17514)
Reporter: Ray Yan
I'm using an ExtendedDataTable in multipleKeyboardFree mode with 2 frozenColumns. It works great in Chrome (Version 28.0.1500.95) without exception. But when browsing in IE8, below exception had been thrown several times:
{code}
SEVERE [org.richfaces.log.Context] (http-localhost/127.0.0.1:8080-1) 0: java.lang.ArrayIndexOutOfBoundsException: 0
at org.richfaces.renderkit.SelectionRenderer$ClientSelection.<init>(SelectionRenderer.java:65) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.SelectionRenderer.doDecode(SelectionRenderer.java:168) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.ExtendedDataTableRenderer.doDecode(ExtendedDataTableRenderer.java:953) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.renderkit.RendererBase.decode(RendererBase.java:80) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIComponentBase.decode(UIComponentBase.java:793) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.richfaces.component.UIDataAdaptor.processDecodes(UIDataAdaptor.java:822) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.PartialViewExecuteVisitCallback.visit(PartialViewExecuteVisitCallback.java:53) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.BaseExtendedVisitContext.invokeVisitCallback(BaseExtendedVisitContext.java:321) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.component.UIDataAdaptor.visitTree(UIDataAdaptor.java:1322) [richfaces-components-ui-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIForm.visitTree(UIForm.java:371) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at javax.faces.component.UIComponent.visitTree(UIComponent.java:1623) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.executeComponents(ExtendedPartialViewContextImpl.java:278) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.processPartialExecutePhase(ExtendedPartialViewContextImpl.java:258) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at org.richfaces.context.ExtendedPartialViewContextImpl.processPartial(ExtendedPartialViewContextImpl.java:215) [richfaces-core-impl-4.3.3.Final.jar:4.3.3.Final]
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:923) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) [jsf-impl-2.1.18-jbossorg-1.jar:]
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) [jsf-impl-2.1.18-jbossorg-1.jar:]
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.18-jbossorg-1.jar:]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jboss-jsf-api_2.1_spec-2.1.18.Final.jar:2.1.18.Final]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214) [jbossweb-7.2.0.Final.jar:7.2.0.Final]
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (RF-12943) ExtendedDataTable: clearing of filter input doesnt work correctly
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-12943?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-12943.
--------------------------------
Fix Version/s: (was: 5-Tracking)
Resolution: Done
The tableState was being saved and re-applied on every request, which was overriding the manually set backing bean filter (and sorting) values.
To resolve this issue, I prevented the table state from being saved when not bound to a backing bean.
> ExtendedDataTable: clearing of filter input doesnt work correctly
> -----------------------------------------------------------------
>
> Key: RF-12943
> URL: https://issues.jboss.org/browse/RF-12943
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.1
> Environment: Tomcat 7, Mojarra 2.1.21
> Reporter: dako ak
> Assignee: Brian Leathem
> Labels: testcase_provided
> Fix For: 4.3.4
>
> Attachments: JSF2-RichFaces-Test.zip
>
> Original Estimate: 2 hours
> Remaining Estimate: 2 hours
>
> According to my appended test project:
> I have a simple extendedDataTable with one column (firstName) with a filter input component within the header. This is the default filter input created by the extendedDataTable. The second column (city) has a filterType="custom" and an inputText componenent within the header.
> The filterType attribute with value "custom" has a problem such that I can't clear this filter input text components by a a4j:commandButton. The table is correct filtered but the filter input text fields are not cleared.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (RF-13022) Backport RichFaces 5 windows build fix to RF 4
by Lukáš Fryč (JIRA)
[ https://issues.jboss.org/browse/RF-13022?page=com.atlassian.jira.plugin.s... ]
Lukáš Fryč commented on RF-13022:
---------------------------------
We won't fix this in CDK 4.3.x, since we have discussed don't do any more CDK 4.3.x releases.
But we have addressed this in CDK 4.5.x and thus we should tie RichFaces Components build to CDK 4.5.x.
Tracked here: RF-13134
> Backport RichFaces 5 windows build fix to RF 4
> ----------------------------------------------
>
> Key: RF-13022
> URL: https://issues.jboss.org/browse/RF-13022
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: build/distribution
> Reporter: Brian Leathem
> Assignee: Lukáš Fryč
> Fix For: 4.3.4
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> Let's backport the fix from RF-13000 to RichFaces 4.3.3
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months