[JBoss JIRA] Created: (RF-11109) Made Showcase Push demo optional
by Lukáš Fryč (JIRA)
Made Showcase Push demo optional
--------------------------------
Key: RF-11109
URL: https://issues.jboss.org/browse/RF-11109
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Reporter: Lukáš Fryč
Assignee: Lukáš Fryč
Fix For: 4.1.0.Milestone1
GAE profile in Showcase is currently not working (RF-11108).
Made showcase demo optional with notification that Push is not working on GAE and feature-complete application servers should be used instead.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-11074) FileUpload ontyperejected not working
by Jesse Bowes (JIRA)
FileUpload ontyperejected not working
-------------------------------------
Key: RF-11074
URL: https://issues.jboss.org/browse/RF-11074
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Final
Reporter: Jesse Bowes
ontyperejected doesn't appear to be working in the 4.0.0.Final
Code Snippet:
{quote}
<rich:fileUpload fileUploadListener="#{bean.listener}"
id="upload" acceptedTypes="txt, pdf"
ontyperejected="alert('wrong file type');"
immediateUpload="true"
maxFilesQuantity="10"
allowFlash="true">
</rich:fileUpload>
{quote}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-11204) javax.faces.application.ViewExpiredException throwed randomly when invoking any server action in showcase
by Juraj Huska (JIRA)
javax.faces.application.ViewExpiredException throwed randomly when invoking any server action in showcase
---------------------------------------------------------------------------------------------------------
Key: RF-11204
URL: https://issues.jboss.org/browse/RF-11204
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: showcase
Affects Versions: 4.1.0.Milestone1
Environment: richfaces-showcase-4.1.0.20110805-M1-jbas7.war,
browser Firefox 5,
container JBoss AS 7.0.0.Final
Reporter: Juraj Huska
Randomly the javax.faces.application.ViewExpiredException is thrown, when any server action is invoked in showcase. This exception is thrown very often when deploying richfaces-showcase-4.1.0.20110805-M1-jbas7.war and using Firefox 5, but rarely is thrown also at another configurations.
To make it work again I need to restart my browser session.
17:57:59,814 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) javax.faces.application.ViewExpiredException: viewId:/richfaces/component-sample.jsf - View /richfaces/component-sample.jsf could not be restored.
17:57:59,814 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:200)
17:57:59,814 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
17:57:59,814 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:111)
17:57:59,814 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
17:57:59,814 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.richfaces.demo.arrangeablemodel.PersistenceLifecycle.execute(PersistenceLifecycle.java:58)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
17:57:59,815 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:49)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
17:57:59,816 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
17:57:59,817 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at java.lang.Thread.run(Thread.java:662)
17:58:00,324 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) javax.faces.application.ViewExpiredException: viewId:/richfaces/component-sample.jsf - View /richfaces/component-sample.jsf could not be restored.
17:58:00,324 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:200)
17:58:00,324 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:111)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.richfaces.demo.arrangeablemodel.PersistenceLifecycle.execute(PersistenceLifecycle.java:58)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67)
17:58:00,325 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:280)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.jboss.as.web.NamingValve.invoke(NamingValve.java:57)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:49)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:154)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
17:58:00,326 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)
17:58:00,327 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)
17:58:00,327 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:667)
17:58:00,327 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)
17:58:00,327 ERROR [stderr] (http-localhost.localdomain-127.0.0.1-8080-1) at java.lang.Thread.run(Thread.java:662)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months
[JBoss JIRA] Created: (RF-4192) Add "noDataLabel" to rich:dataTable for purposes of display a message if the dataTable is empty
by Chris Simons (JIRA)
Add "noDataLabel" to rich:dataTable for purposes of display a message if the dataTable is empty
-----------------------------------------------------------------------------------------------
Key: RF-4192
URL: https://jira.jboss.org/jira/browse/RF-4192
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.1, 3.2.0.SR1, 3.2.0, 3.1.6, 3.1.5, 3.1.4
Reporter: Chris Simons
Priority: Optional
An excellent, small addition to rich:dataTable would allow for a textual message to be displayed in the event that a dataTable is empty.
For example:
<rich:dataTable id="myTable" noDataLabel="#{messages['dataTable.noData']}" ....> </rich:dataTable>
When the condition is true that the underlying data model or list is empty, the message would display in one row that spans the entire dataTable. The headers and dataTable title would still remain.
Please vote for this issue if you would like to see this feature added.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 2 months