[JBoss JIRA] Created: (RF-1761) dataFilterSlider: http 500 error when insert letter in the slider-field IE
by Tsikhon Kuprevich (JIRA)
dataFilterSlider: http 500 error when insert letter in the slider-field IE
--------------------------------------------------------------------------
Key: RF-1761
URL: http://jira.jboss.com/jira/browse/RF-1761
Project: RichFaces
Issue Type: Bug
Environment: IE
Reporter: Tsikhon Kuprevich
Found at demo
javax.servlet.ServletException: For input string: "вап"
javax.faces.webapp.FacesServlet.service(FacesServlet.java:256)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
root cause
java.lang.NumberFormatException: For input string: "вап"
java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
java.lang.Integer.parseInt(Integer.java:447)
java.lang.Integer.valueOf(Integer.java:553)
org.richfaces.renderkit.DataFilterSliderRendererBase.doDecode(DataFilterSliderRendererBase.java:131)
org.ajax4jsf.renderkit.RendererBase.decode(RendererBase.java:76)
javax.faces.component.UIComponentBase.decode(UIComponentBase.java:764)
org.richfaces.component.UIDataFltrSlider.decode(UIDataFltrSlider.java:324)
org.richfaces.component.UIDataFltrSlider.processDecodes(UIDataFltrSlider.java:92)
javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1001)
org.ajax4jsf.component.AjaxViewRoot$1.invoke(AjaxViewRoot.java:256)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnComponent(JsfOneOneInvoker.java:78)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnComponent(JsfOneOneInvoker.java:83)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnComponent(JsfOneOneInvoker.java:83)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnComponent(JsfOneOneInvoker.java:83)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnComponent(JsfOneOneInvoker.java:83)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:58)
org.ajax4jsf.context.AjaxContextImpl.invokeOnRegionOrRoot(AjaxContextImpl.java:170)
org.ajax4jsf.component.AjaxViewRoot.processDecodes(AjaxViewRoot.java:276)
com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:101)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (RF-1365) dataFilterSlider does not work without <a4j:form id="form1" reRender="list-body" ajaxSubmit="true" ignoreDupResponses="true" requestDelay="100">
by Aleksej Yanul (JIRA)
dataFilterSlider does not work without <a4j:form id="form1" reRender="list-body" ajaxSubmit="true" ignoreDupResponses="true" requestDelay="100">
-------------------------------------------------------------------------------------------------------------------------------------------------
Key: RF-1365
URL: http://jira.jboss.com/jira/browse/RF-1365
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Reporter: Aleksej Yanul
Assigned To: Nick Belaevski
<rich:dataFilterSlider sliderListener="#{dfs.doSlide}" binding="#{inventoryList.dataFilterSlider}" for="carList"
forValRef="inventoryList.carInventory" filterBy="getMileage"
manualInput="true" onSlide="true" onChange="true"
storeResults="true" trackStyleClass="track" width="400px"
styleClass="slider-container" startRange="10000" endRange="60000"
increment="10000" rangeStyleClass="range" trailer="true"
trailerStyleClass="trailer" handleStyleClass="handle"
handleValue="10000" id="slider_1">
</rich:dataFilterSlider>
<h:dataTable id="carList" rows="10"
value="#{inventoryList.carInventory}" var="category"
rowClasses="list-row1, list-row2" columnClasses="column"
headerClass="list-header" styleClass="list-table2">
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText" value="Make" />
</f:facet>
<h:outputText value="#{category.make}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText" value="Model" />
</f:facet>
<h:outputText value="#{category.model}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText"
value="#{inventoryList.priceColumnName}" />
</f:facet>
<h:outputText value="#{category.price}" />
</h:column>
<h:column>
<f:facet name="header">
<h:outputText styleClass="headerText"
value="#{inventoryList.mileageColumnName}" />
</f:facet>
<h:outputText value="#{category.mileage}" />
</h:column>
</h:dataTable>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (RF-995) SkinFactory cannot be overriden reliably.
by Chris Rudd (JIRA)
SkinFactory cannot be overriden reliably.
-----------------------------------------
Key: RF-995
URL: http://jira.jboss.com/jira/browse/RF-995
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.0
Reporter: Chris Rudd
Prior to 3.1.0 the default SkinFactory could be replaced by specifing the implementation class in the resource : META-INF/services/org.richfaces.skin.SkinFactory
As of 3.1.0 there is no "default" implementation, and the richfaces-impl.jar now defines the resource inorder to specify the implementation.
This causes a problem when attempting to override the implemenation, as resources are found in whatever order the jars are in the classpath. There is no reliable way to ensure that the resource located in the jar providing the overriding implementation appears first (before the richfaces-impl).
I would suggest reserving the service file for the ability to override the default implementation, and introduce a new file to define the default implementation, or reference the default implemenation by name (to prevent the hard reference)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months
[JBoss JIRA] Created: (RF-1326) 3.1.3-SNAPSHOT: ToolTip crashes with Webbrowser of JBoss Tools
by Juergen Zimmermann (JIRA)
3.1.3-SNAPSHOT: ToolTip crashes with Webbrowser of JBoss Tools
--------------------------------------------------------------
Key: RF-1326
URL: http://jira.jboss.com/jira/browse/RF-1326
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.2
Environment: Eclipse 3.3.1.1, WTP 2.0.1, JBoss Tools 20071109, RichFaces 3.1.3-20071109, Facelets 1.1.14, JBoss 4.2.2, JDK 1.6.0_03
Reporter: Juergen Zimmermann
The following bug didn't happen with RichFaces 3.1.2
I get this Javascript error window (translated from German):
"There is a runtime error.
Do you want to start the debug mode?
Line: 29
Error: 'ToolTip' is undefined"
I'll attach the generated XHTML code.
BTW, there is no problem with IE 7 and also no problem with Firefox 2.0.0.8. However, it's a pitty if the web browser of JBossTools cannot be used any more when using the new version of RichFaces.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 9 months