[JBoss JIRA] (RF-13625) org.ajax4jsf.model.SequenceRange is not serializable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13625?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13625:
-------------------------------
Fix Version/s: 4.5-Tracking
> org.ajax4jsf.model.SequenceRange is not serializable
> ----------------------------------------------------
>
> Key: RF-13625
> URL: https://issues.jboss.org/browse/RF-13625
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.6
> Reporter: Marco Rossi
> Fix For: 4.5-Tracking
>
>
> {code}
> Caused by: org.infinispan.marshall.NotSerializableException: org.ajax4jsf.model.SequenceRange
> Caused by: an exception which occurred:
> in field cachedRange
> in field bean
> in object java.util.HashMap@0
> in object org.jboss.as.clustering.SimpleMarshalledValue@0
> in object org.infinispan.atomic.PutOperation@0
> in object java.util.LinkedList@0
> in object org.infinispan.atomic.AtomicHashMapDelta@3e01b8
> in object org.infinispan.commands.write.PutKeyValueCommand@514bdbf9
> in object org.infinispan.commands.tx.PrepareCommand@8bb71fb
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13625) org.ajax4jsf.model.SequenceRange is not serializable
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13625?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13625:
-------------------------------
Labels: (was: waiting_on_user)
> org.ajax4jsf.model.SequenceRange is not serializable
> ----------------------------------------------------
>
> Key: RF-13625
> URL: https://issues.jboss.org/browse/RF-13625
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 4.3.6
> Reporter: Marco Rossi
>
> {code}
> Caused by: org.infinispan.marshall.NotSerializableException: org.ajax4jsf.model.SequenceRange
> Caused by: an exception which occurred:
> in field cachedRange
> in field bean
> in object java.util.HashMap@0
> in object org.jboss.as.clustering.SimpleMarshalledValue@0
> in object org.infinispan.atomic.PutOperation@0
> in object java.util.LinkedList@0
> in object org.infinispan.atomic.AtomicHashMapDelta@3e01b8
> in object org.infinispan.commands.write.PutKeyValueCommand@514bdbf9
> in object org.infinispan.commands.tx.PrepareCommand@8bb71fb
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13602) Problem with ajax request in Internet Explorer 11
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13602?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13602.
--------------------------------
Labels: ie11 (was: ie11 waiting_on_user)
Resolution: Cannot Reproduce Bug
Feel free to re-open the issue with details on how to reproduce the issue.
> Problem with ajax request in Internet Explorer 11
> -------------------------------------------------
>
> Key: RF-13602
> URL: https://issues.jboss.org/browse/RF-13602
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: base functionality
> Affects Versions: 4.0.0.Final
> Environment: Windows 2008, JBoss AS 7.x
> Reporter: Walter Maidub
> Assignee: Juraj Húska
> Labels: ie11
> Attachments: Dear Juraj Húska.docx, ie11-1.png, ie11-2.png, ie11-3.png
>
>
> I have a form with a FileUploader component (disabled) and a rich: select and this one is populated with 3 options, when one of them is selected in the managed bean a boolean variable is set to "true" and the FileUploader panel is updated to enable it.
> {code}
> <rich:select id="tipoArchivo" value="#{Bean.tipoArchivo}"
> required="true" listWidth="320px" styleClass="rf-select-large-width">
> <f:selectItems value="#{Bean.Catalogo}" />
> <a4j:ajax event="selectitem"
> execute="@this"
> render="upload,seccionCarga"
> listener="#{Bean.activarPanelCarga}" />
> </rich:select>
>
> <h:panelGrid columns="1">
> <h:panelGroup id="seccionCarga">
> <rich:panel bodyClass="info" titleStyleClass="rf-p-hdr" >
>
> <f:facet name="header">
> <h:outputText value="Detalle del archivo Cargado" />
> </f:facet>
>
> <h:panelGrid columns="2" columnClasses="columnOnCenter,columnOnCenter">
> <h:panelGroup style="text-align:center;display:block;width:550px;height:35px">
> <div align="center">
> <rich:fileUpload id="upload"
> styleClass="top"
> .
> .
> .
> {code}
>
> The problem is that the FileUploader remains disabled, it is as if the panel had not been updated.
>
> Generally <a4j:ajax event="selectitem"> requests fail, this only in IE 11.0.4 (KB2925418)
>
> Currently there is a filter to ensure compatibility with IE 8.
>
> When the page is loaded in developer tools (F12) the IE8 compatibility option is set correctly.
>
> The configuration of the environment is:
> Richfaces 4.0.0.
> IE11
> JSF2
> Eclipse Kepler
>
> Is there any way to correct the problems with these ajax requests?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13427) ED, Datatable: table needs to define the number of rows itself when using dataScroller
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13427?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13427.
--------------------------------
Labels: (was: waiting_on_user)
Resolution: Incomplete Description
> ED, Datatable: table needs to define the number of rows itself when using dataScroller
> --------------------------------------------------------------------------------------
>
> Key: RF-13427
> URL: https://issues.jboss.org/browse/RF-13427
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.3.3
> Reporter: Anton Bogoslavskyi
> Attachments: data-3.png, datatable-1.png
>
>
> I need using pagination for extendedDataTable control.
> My row's height depends on the data it contains.
> I need the table to be constant height, so I specify the height in css.
> I actually use the pagination to avoid scrollers on my screen, but the tables do not support calculation of the rows number per page - "rows" attribute need to be specified to enable using datascroller.
> So, anyway, my e.g. "8" rows can either fit the half of the table while there is enough place for 16 rows, or can expand down and not fit the table so the scroller appears.
> Both situations are not user friendly.
> Actually on each page I need the maximum rows number to fit the height.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13101) rich:select Method getSelectInputLabel is not working when using objects
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13101?page=com.atlassian.jira.plugin.s... ]
Brian Leathem updated RF-13101:
-------------------------------
Labels: rich:select select (was: rich:select select waiting_on_user)
> rich:select Method getSelectInputLabel is not working when using objects
> ------------------------------------------------------------------------
>
> Key: RF-13101
> URL: https://issues.jboss.org/browse/RF-13101
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Labels: rich:select, select
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The condition of the if-statement in org.richfaces.renderkit.SelectHelper.getSelectInputLabel(FacesContext facesContext, UIComponent component) is not working with the string-representations of the items. If using cloned objects the equals method will return false, even if the items are the same, because the IDs are different.
> The method should use only the strings of the objects, similiar to how MyFaces has solved this (check workarround).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months
[JBoss JIRA] (RF-13101) rich:select Method getSelectInputLabel is not working when using objects
by Brian Leathem (JIRA)
[ https://issues.jboss.org/browse/RF-13101?page=com.atlassian.jira.plugin.s... ]
Brian Leathem resolved RF-13101.
--------------------------------
Resolution: Rejected
> rich:select Method getSelectInputLabel is not working when using objects
> ------------------------------------------------------------------------
>
> Key: RF-13101
> URL: https://issues.jboss.org/browse/RF-13101
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input, component-selects
> Affects Versions: 4.3.2, 5.0.0.Alpha1
> Reporter: J W
> Labels: rich:select, select, waiting_on_user
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> The condition of the if-statement in org.richfaces.renderkit.SelectHelper.getSelectInputLabel(FacesContext facesContext, UIComponent component) is not working with the string-representations of the items. If using cloned objects the equals method will return false, even if the items are the same, because the IDs are different.
> The method should use only the strings of the objects, similiar to how MyFaces has solved this (check workarround).
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 5 months