[JBoss JIRA] (RF-12693) a4j:commandButton causes NullPointerException in PartialViewContextImpl for IE7 requests
by Justin Rosenberg (JIRA)
Justin Rosenberg created RF-12693:
-------------------------------------
Summary: a4j:commandButton causes NullPointerException in PartialViewContextImpl for IE7 requests
Key: RF-12693
URL: https://issues.jboss.org/browse/RF-12693
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 4.3.0.M3
Environment: JBoss 7.1.1 with the stock "jsf-impl-2.1.7-jbossorg-2.jar" or upgraded to "jsf-impl-2.1.15.jar"
Reporter: Justin Rosenberg
When using the Richfaces a4j:commandButton I get the following stack trace when using Internet Explorer 7. This problem does not occur in IE8+ or Chrome.
{code}
15:19:57,630 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception: java.lang.NullPointerException
at com.sun.faces.context.PartialViewContextImpl.createPartialResponseWriter(PartialViewContextImpl.java:441) [jsf-impl-2.1.15.jar:2.1.15]
at com.sun.faces.context.PartialViewContextImpl.access$300(PartialViewContextImpl.java:71) [jsf-impl-2.1.15.jar:2.1.15]
at com.sun.faces.context.PartialViewContextImpl$DelayedInitPartialResponseWriter.getWrapped(PartialViewContextImpl.java:582) [jsf-impl-2.1.15.jar:2.1.15]
at javax.faces.context.PartialResponseWriter.startDocument(PartialResponseWriter.java:115) [jsf-api-2.1.15.jar:2.1]
at com.sun.faces.context.AjaxExceptionHandlerImpl.handlePartialResponseError(AjaxExceptionHandlerImpl.java:199) [jsf-impl-2.1.15.jar:2.1.15]
at com.sun.faces.context.AjaxExceptionHandlerImpl.handle(AjaxExceptionHandlerImpl.java:124) [jsf-impl-2.1.15.jar:2.1.15]
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:119) [jsf-impl-2.1.15.jar:2.1.15]
at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:116) [jsf-impl-2.1.15.jar:2.1.15]
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) [jsf-impl-2.1.15.jar:2.1.15]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) [jsf-api-2.1.15.jar:2.1]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:489) [jbossweb-7.0.13.Final.jar:]
at org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153) [jboss-as-web-7.1.1.Final.jar:7.1.1.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.13.Final.jar:]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.13.Final.jar:]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.13.Final.jar:]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930) [jbossweb-7.0.13.Final.jar:]
at java.lang.Thread.run(Thread.java:619) [rt.jar:1.6.0_20]
{code}
I was surprised that this was only an IE7 issue, but I did find that PrimeFaces ran into a similar problem (http://code.google.com/p/primefaces/issues/detail?id=4361).
Is there a workaround for this? Is this a Mojarra, RichFaces, or JBoss issue?
I created http://java.net/jira/browse/JAVASERVERFACES-2666 in case this is a Mojarra problem, maybe we could help them resolve the issue.
--
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
11 years, 11 months
[JBoss JIRA] (RF-12682) extendedDataTable render issue with rich:tabPanel (4.2.3)
by Kaveh A. (JIRA)
[ https://issues.jboss.org/browse/RF-12682?page=com.atlassian.jira.plugin.s... ]
Kaveh A. updated RF-12682:
--------------------------
Issue Type: Bug (was: Feature Request)
> extendedDataTable render issue with rich:tabPanel (4.2.3)
> ---------------------------------------------------------
>
> Key: RF-12682
> URL: https://issues.jboss.org/browse/RF-12682
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Reporter: Kaveh A.
> Labels: richfaces
> Fix For: 4.2.3.Final
>
>
> This issue is not just specific to tabPanel. Anytime the extendedDataTable is hidden (when the page loads) and then it is made visible later the table can not display the data (table is empty at the load time).
> In this particular case if we load a page with two tabs. Furthermore if we have one extendedDataTable in each tab (the first tab shows and the second tab is not shown at first). In this case once the user clicks on the second tab and tries to populate the extendedDataTable (via any action). Then the table is not rendered properly. A sample project has been provided at the following link that further describe this issue. You can download the eclipse project attached at the end of the following message to reproduce this issue.
> https://community.jboss.org/message/783787
--
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
11 years, 11 months
[JBoss JIRA] (RF-12692) Upgrade from 4.2.3.Final to 4.3.0.M3 breaks
by Erdem YILMAZ (JIRA)
[ https://issues.jboss.org/browse/RF-12692?page=com.atlassian.jira.plugin.s... ]
Erdem YILMAZ commented on RF-12692:
-----------------------------------
We do not have any error during startup of application. We have sample page with a simple rich:select component. No other components have this error.
I think “org.richfaces.validator.SelectLabelValueValidator” class is missing in richfaces jars. It has added on 04 October by [~lfryc] (https://source.jboss.org/viewrep/RichFacesComponents/input/ui/src/main/ja...)
but product build do not consist of the class file.
> Upgrade from 4.2.3.Final to 4.3.0.M3 breaks
> -------------------------------------------
>
> Key: RF-12692
> URL: https://issues.jboss.org/browse/RF-12692
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.3.0.M2, 4.3.0.M3
> Environment: Windows7, Tomee 1.0.0 / Webpshere 8.0.0.3, Myfaces 2.0.2/MyFaces 2.1.7
> Reporter: Erdem YILMAZ
> Labels: SelectLabelValueValidator, missing
>
> We have trying our application with the new M3 release/snapshots but have error in all simple pages with rich:select component. We think that on build time SelectLabelValueValidator.class is not added to the richfaces-components-ui-4.3.0.XX.jar
--
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
11 years, 11 months
[JBoss JIRA] (RF-12358) I have calendar component in my jsf page , when i am moving to another page and revisiting iam getting javafaces.ui.calendar is null or undefined Error
by Leonardo Devai (JIRA)
[ https://issues.jboss.org/browse/RF-12358?page=com.atlassian.jira.plugin.s... ]
Leonardo Devai edited comment on RF-12358 at 12/28/12 12:38 PM:
----------------------------------------------------------------
Not sure if I'm posting on the correct issue, but I think so, since this is the same problem and has the same solution for rich:dataTable as well.
Steps to reproduce with either 4.2.2 and 4.2.3 on JBoss AS 7.1.1.Final:
- Use <rich:dataTable /> with binding to a @SessionScoped @Named CDI Bean.
- Load the page the first time, it works fine.
- Load the same page again (New GET request, no reload button), it's already bad.
was (Author: leonardo.devai):
Steps to reproduce with either 4.2.2 and 4.2.3 on JBoss AS 7.1.1.Final:
- Use <rich:dataTable /> with binding to a @SessionScoped @Named CDI Bean.
- Load the page the first time, it works fine.
- Load the same page again (New GET request, no reload button), it's already bad.
> I have calendar component in my jsf page , when i am moving to another page and revisiting iam getting javafaces.ui.calendar is null or undefined Error
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-12358
> URL: https://issues.jboss.org/browse/RF-12358
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.2.Final
> Reporter: Mahendher M
>
> This is working fine at first time but if i click any button in the page and coming back to this page the calendar button is diabling and im able to see the error richfaces.ui.calender is null or undefined
> {code}
> <f:facet name="footer">
> <rich:calendar id="activ_date" popup="#{true}" mode="ajax"
> value="#{listBean.activDate}" datePattern="dd/MM/yyyy hh:mm a"
> >
> </rich:calendar>
> </f:facet>
> {code}
> root cause of the problem is when the page is revisited
> {code}
> <script type="text/javascript" src="/myproject/javax.faces.resource/richfaces-base-component.js.jsf"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/jquery.position.js.jsf"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/richfaces-event.js.jsf"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/json-dom.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/jquery.effects.core.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/jquery.effects.highlight.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/JQuerySpinBtn.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/calendar-utils.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/calendar.js.jsf?ln=org.richfaces"></script>
> <link type="text/css" rel="stylesheet" href="/myproject/rfRes/calendar.ecss.jsf?db=eAG7mShzEgAFjAIg&ln=org.richfaces" />
> {code}
> these javascripts are not loading
--
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
11 years, 11 months
[JBoss JIRA] (RF-12358) I have calendar component in my jsf page , when i am moving to another page and revisiting iam getting javafaces.ui.calendar is null or undefined Error
by Leonardo Devai (JIRA)
[ https://issues.jboss.org/browse/RF-12358?page=com.atlassian.jira.plugin.s... ]
Leonardo Devai commented on RF-12358:
-------------------------------------
Steps to reproduce with either 4.2.2 and 4.2.3 on JBoss AS 7.1.1.Final:
- Use <rich:dataTable /> with binding to a @SessionScoped @Named CDI Bean.
- Load the page the first time, it works fine.
- Load the same page again (New GET request, no reload button), it's already bad.
> I have calendar component in my jsf page , when i am moving to another page and revisiting iam getting javafaces.ui.calendar is null or undefined Error
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: RF-12358
> URL: https://issues.jboss.org/browse/RF-12358
> Project: RichFaces
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: component-input
> Affects Versions: 4.2.2.Final
> Reporter: Mahendher M
>
> This is working fine at first time but if i click any button in the page and coming back to this page the calendar button is diabling and im able to see the error richfaces.ui.calender is null or undefined
> {code}
> <f:facet name="footer">
> <rich:calendar id="activ_date" popup="#{true}" mode="ajax"
> value="#{listBean.activDate}" datePattern="dd/MM/yyyy hh:mm a"
> >
> </rich:calendar>
> </f:facet>
> {code}
> root cause of the problem is when the page is revisited
> {code}
> <script type="text/javascript" src="/myproject/javax.faces.resource/richfaces-base-component.js.jsf"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/jquery.position.js.jsf"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/richfaces-event.js.jsf"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/json-dom.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/jquery.effects.core.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/jquery.effects.highlight.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/JQuerySpinBtn.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/calendar-utils.js.jsf?ln=org.richfaces"></script>
> <script type="text/javascript" src="/myproject/javax.faces.resource/calendar.js.jsf?ln=org.richfaces"></script>
> <link type="text/css" rel="stylesheet" href="/myproject/rfRes/calendar.ecss.jsf?db=eAG7mShzEgAFjAIg&ln=org.richfaces" />
> {code}
> these javascripts are not loading
--
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
11 years, 11 months
[JBoss JIRA] (RF-12692) Upgrade from 4.2.3.Final to 4.3.0.M3 breaks
by Erdem YILMAZ (JIRA)
Erdem YILMAZ created RF-12692:
---------------------------------
Summary: Upgrade from 4.2.3.Final to 4.3.0.M3 breaks
Key: RF-12692
URL: https://issues.jboss.org/browse/RF-12692
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-input
Affects Versions: 4.3.0.M3, 4.3.0.M2
Environment: Windows7, Tomee 1.0.0 / Webpshere 8.0.0.3, Myfaces 2.0.2/MyFaces 2.1.7
Reporter: Erdem YILMAZ
We have trying our application with the new M3 release/snapshots but have error in all simple pages with rich:select component. We think that on build time SelectLabelValueValidator.class is not added to the richfaces-components-ui-4.3.0.XX.jar
--
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
11 years, 11 months
[JBoss JIRA] (RF-12691) extendedDataTable: Header facet render problem in RichFaces 4
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12691?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12691:
-------------------------------
Attachment: screenshots.zip
testapp.zip
> extendedDataTable: Header facet render problem in RichFaces 4
> --------------------------------------------------------------
>
> Key: RF-12691
> URL: https://issues.jboss.org/browse/RF-12691
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.3.Final
> Reporter: Ilia Vassilev
> Attachments: screenshots.zip, testapp.zip
>
>
> extendedDataTable header renders OK if entire table or panel that contains it are rendered. if I render just the header row using render="table@header" format, the header row re-renders, but its format is lost (refer to the attached screenshots). Checkbox in column 1 is the trigger for this issue. Header contains 'select all' checkbox, each data row contains row-level checkbox. Click on data row will rerender the header row and this is event that causes alignment to go off. If I rerender the entire table and/or panel, this does not happen, but causes undesirable performance problems when clicking individual rows in succession due to delays from jsf 2 / richfaces 4 render cycles. It looks like the header-only render is trying to do a vertical center of header cell contents while the panel/table render is not, causing the cell contents to slide down vertically in the header cell.
> This problem occurs in every browser I tested: IE 9, Firefox 16, Firefox 17, and Chrome 23.0
--
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
11 years, 11 months
[JBoss JIRA] (RF-12691) extendedDataTable: Header facet render problem in RichFaces 4
by Ilia Vassilev (JIRA)
[ https://issues.jboss.org/browse/RF-12691?page=com.atlassian.jira.plugin.s... ]
Ilia Vassilev updated RF-12691:
-------------------------------
Assignee: Brian Leathem
> extendedDataTable: Header facet render problem in RichFaces 4
> --------------------------------------------------------------
>
> Key: RF-12691
> URL: https://issues.jboss.org/browse/RF-12691
> Project: RichFaces
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: component-tables
> Affects Versions: 4.2.3.Final
> Reporter: Ilia Vassilev
> Assignee: Brian Leathem
> Attachments: screenshots.zip, testapp.zip
>
>
> extendedDataTable header renders OK if entire table or panel that contains it are rendered. if I render just the header row using render="table@header" format, the header row re-renders, but its format is lost (refer to the attached screenshots). Checkbox in column 1 is the trigger for this issue. Header contains 'select all' checkbox, each data row contains row-level checkbox. Click on data row will rerender the header row and this is event that causes alignment to go off. If I rerender the entire table and/or panel, this does not happen, but causes undesirable performance problems when clicking individual rows in succession due to delays from jsf 2 / richfaces 4 render cycles. It looks like the header-only render is trying to do a vertical center of header cell contents while the panel/table render is not, causing the cell contents to slide down vertically in the header cell.
> This problem occurs in every browser I tested: IE 9, Firefox 16, Firefox 17, and Chrome 23.0
--
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
11 years, 11 months
[JBoss JIRA] (RF-12691) extendedDataTable: Header facet render problem in RichFaces 4
by Ilia Vassilev (JIRA)
Ilia Vassilev created RF-12691:
----------------------------------
Summary: extendedDataTable: Header facet render problem in RichFaces 4
Key: RF-12691
URL: https://issues.jboss.org/browse/RF-12691
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tables
Affects Versions: 4.2.3.Final
Reporter: Ilia Vassilev
extendedDataTable header renders OK if entire table or panel that contains it are rendered. if I render just the header row using render="table@header" format, the header row re-renders, but its format is lost (refer to the attached screenshots). Checkbox in column 1 is the trigger for this issue. Header contains 'select all' checkbox, each data row contains row-level checkbox. Click on data row will rerender the header row and this is event that causes alignment to go off. If I rerender the entire table and/or panel, this does not happen, but causes undesirable performance problems when clicking individual rows in succession due to delays from jsf 2 / richfaces 4 render cycles. It looks like the header-only render is trying to do a vertical center of header cell contents while the panel/table render is not, causing the cell contents to slide down vertically in the header cell.
This problem occurs in every browser I tested: IE 9, Firefox 16, Firefox 17, and Chrome 23.0
--
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
11 years, 11 months