[JBoss JIRA] Created: (RF-1481) listShuttle: http 500 error on submit in case if target list is initially empty
by Tsikhon Kuprevich (JIRA)
listShuttle: http 500 error on submit in case if target list is initially empty
-------------------------------------------------------------------------------
Key: RF-1481
URL: http://jira.jboss.com/jira/browse/RF-1481
Project: RichFaces
Issue Type: Bug
Reporter: Tsikhon Kuprevich
Assigned To: Nick Belaevski
Priority: Critical
Attachments: fixes.xhtml
1. Load the page.
=> Target list does not display any items since it is empty.
2. Move some element from source to target.
3. Click Submit.
=> HTTP 500 error:
javax.servlet.ServletException
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.NullPointerException
org.richfaces.component.UIOrderingBaseComponent.createDataAdder(UIOrderingBaseComponent.java:727)
org.richfaces.component.UIListShuttle.validate(UIListShuttle.java:496)
org.richfaces.component.UIOrderingBaseComponent.executeValidate(UIOrderingBaseComponent.java:406)
org.richfaces.component.UIOrderingBaseComponent.processValidators(UIOrderingBaseComponent.java:445)
javax.faces.component.UIForm.processValidators(UIForm.java:229)
javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1039)
javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:693)
org.ajax4jsf.component.AjaxViewRoot.access$201(AjaxViewRoot.java:57)
org.ajax4jsf.component.AjaxViewRoot$3.invokeRoot(AjaxViewRoot.java:319)
org.ajax4jsf.context.JsfOneOneInvoker.invokeOnRegionOrRoot(JsfOneOneInvoker.java:56)
org.ajax4jsf.context.AjaxContextImpl.invokeOnRegionOrRoot(AjaxContextImpl.java:173)
org.ajax4jsf.component.AjaxViewRoot.processValidators(AjaxViewRoot.java:333)
com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:100)
com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:243)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:113)
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, 1 month
[JBoss JIRA] Created: (RF-1453) ScrollableDataTable: updating problem
by Andrey Izobov (JIRA)
ScrollableDataTable: updating problem
-------------------------------------
Key: RF-1453
URL: http://jira.jboss.com/jira/browse/RF-1453
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: Tomcat 5.5
FireFox 2, IE6
Reporter: Andrey Izobov
Attachments: gray_region.jpg
There is problem with updating component from client side in the following way:
grid.updateRowCount(newRowCount);
grid.reloadData();
where newRowCount - new record count on server side.
If newRowCount < oldRowCount then there is gray region(because of large number row separators) on ScrollableDataTable after update(screenshot attached).
If newRowCount > oldRowCount then only oldRowCount records will be updated.
--
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, 1 month
[JBoss JIRA] Created: (RF-1347) Elements under modalPanel tremble if autosized=true
by Alexander Francuzov (JIRA)
Elements under modalPanel tremble if autosized=true
---------------------------------------------------
Key: RF-1347
URL: http://jira.jboss.com/jira/browse/RF-1347
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: FF 2.0.0.9
JDK 1.5
Tomcat 5.5
JSF 1.1RI
Reporter: Alexander Francuzov
Assigned To: Nick Belaevski
Set attribute autosized to true and drag modal panel
<rich:modalPanel id="MPid" minHeight="#{modalPanel.minHeight}" minWidth="#{modalPanel.minWidth}" height="#{modalPanel.height}"
width="#{modalPanel.width}" moveable="#{modalPanel.moveable}" autosized="true" onhide="print('onhideInputID', 'onhide work!')"
onshow="print('onshowInputID', 'onshow work!')">
<f:facet name="header">
<h:outputText value="Heder goes here..." />
</f:facet>
<h:outputText value="This is Modal Panel example" styleClass="text1" />
<f:verbatim>
<br />
<br />
</f:verbatim>
<h:outputLink onclick="Richfaces.hideModalPanel('MPform:MPid');return false;" value="Close">
<f:verbatim>Close</f:verbatim>
</h:outputLink>
</rich:modalPanel>
--
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, 1 month
[JBoss JIRA] Created: (RF-1273) when add modalPanel and ui:rating rating not work at all
by Vitaly Smyk (JIRA)
when add modalPanel and ui:rating rating not work at all
--------------------------------------------------------
Key: RF-1273
URL: http://jira.jboss.com/jira/browse/RF-1273
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.3
Environment: SUN RI 1.2, Tomahawk 1.6, rihfaces 3.1.2, Tomcat 6.10
Reporter: Vitaly Smyk
Priority: Minor
after add rich:modalPanel ui:rating stop working, but rendered.
ui components - sun blueprints components
<rich:modalPanel id="staticpopup" minHeight="200" minWidth="450"
height="400" width="500" zindex="2000">
</rich:modalPanel>
<html:form id="form">
<ui:rating maxGrade="5" includeNotInterested="false" includeClear="true" gradeReadOnly="false"
hoverTexts="#{Film.ratingText}"
clearHoverText="Очистить" grade="#{Film.rating}"/>
</html:form>
--
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, 1 month