[JBoss JIRA] Created: (RF-9722) a4j:status - error handling - lifecycle broken (MyFaces)
by Lukas Fryc (JIRA)
a4j:status - error handling - lifecycle broken (MyFaces)
--------------------------------------------------------
Key: RF-9722
URL: https://jira.jboss.org/browse/RF-9722
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Environment: RichFaces 4.0.0.20101107-M4 r.19981
Metamer 4.0.0.20101107-M4 r.19986
Mojarra 2.0.2-FCS
Apache Tomcat 6.0.28
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 7.0.517.44@ Win32, Firefox 3.6.12 @ Linux
Reporter: Lukas Fryc
When binding event handlers to status, you can see following lifecycle using Mojarra:
1. start
2. success
3. stop
But using MyFaces, you will see:
1. start
2. error
3. stop
4. success
5. stop
but only one request was actually done.
Also the status are showing STOP facet instead of ERROR.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (RF-10365) Metamer - page can't be rerendered
by Lukas Fryc (JIRA)
Metamer - page can't be rerendered
----------------------------------
Key: RF-10365
URL: https://issues.jboss.org/browse/RF-10365
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone5
Environment: * RichFaces 4.0.0-SNAPSHOT r.21312
* Metamer 4.0.0-SNAPSHOT r.21305
* Mojarra 2.0.3-FCS
* Apache Tomcat 7.0.6
* OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
* Firefox 3.6.13 @ Linux x86_64
Reporter: Lukas Fryc
This issue applies for all components.
During rerendering, you can see that all scripts are loaded from server again.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (RF-10176) Panel Menu - review hovering model (@hoverClass)
by Lukas Fryc (JIRA)
Panel Menu - review hovering model (@hoverClass)
------------------------------------------------
Key: RF-10176
URL: https://issues.jboss.org/browse/RF-10176
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Reporter: Lukas Fryc
Groups and Items in Panel Menu are highlighted once you hover on them.
But the model to influence this behavior is quite inconsistent:
a) the only place you can redefine @hoverClass is Item
b) the items and groups get "rf-pm-itm-hov" class when hovered, but this averts to change styling of Group hovering in comparison to Item
I propose:
1) add new class "rf-pm-grp-hov" to classes with same initial styling as "rf-pm-itm-hov"
2) add new attribute @hoverClass to Group to add custom classes to group when hovered
3) add new attributes @itemHoverClass and @groupHoverClass to Panel Menu to define style classes in scope of whole Panel Menu
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (RF-10498) Standard inputs skinning does not work on MyFaces
by Lukas Fryc (JIRA)
Standard inputs skinning does not work on MyFaces
-------------------------------------------------
Key: RF-10498
URL: https://issues.jboss.org/browse/RF-10498
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone6
Environment: RichFaces 4.0.0.20110209-M6 r.21581
Metamer 4.0.0.20110209-M6 r.21614
Apache MyFaces JSF-2.0 Core Impl 2.0.3
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @Linux
Chrome 9.0.597.94 @ Linux x86_64
Reporter: Lukas Fryc
It seems following exception may be related:
13:12:39,921 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/metamer].[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception: javax.el.PropertyNotFoundException: The class 'org.richfaces.resource.ResourceHandlerImpl' does not have the property 'org.richfaces.renderkit.html.images.ButtonHoverBackgroundImage'.
at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:661) [:1.0.0.Final]
at javax.el.BeanELResolver.getValue(BeanELResolver.java:290) [:1.0.0.Final]
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175) [:1.0.0.Final]
at org.apache.myfaces.el.unified.resolver.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:142) [:2.0.3]
at org.apache.el.parser.AstValue.getValue(AstValue.java:134) [:6.0.0.Final]
at org.apache.el.parser.AstDeferredExpression.getValue(AstDeferredExpression.java:42) [:6.0.0.Final]
at org.apache.el.parser.AstCompositeExpression.getValue(AstCompositeExpression.java:47) [:6.0.0.Final]
at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:187) [:6.0.0.Final]
at org.apache.myfaces.application.ApplicationImpl.evaluateExpressionGet(ApplicationImpl.java:484) [:2.0.3]
at org.richfaces.resource.css.CSSVisitorImpl.visitStyleDeclaration(CSSVisitorImpl.java:223) [:4.0.0.20110209-M6]
at org.richfaces.resource.css.AbstractCSSVisitor.visitStyleRule(AbstractCSSVisitor.java:99) [:4.0.0.20110209-M6]
at org.richfaces.resource.css.AbstractCSSVisitor.visitRule(AbstractCSSVisitor.java:62) [:4.0.0.20110209-M6]
at org.richfaces.resource.css.AbstractCSSVisitor.visitStyleSheet(AbstractCSSVisitor.java:49) [:4.0.0.20110209-M6]
at org.richfaces.resource.CompiledCSSResource.getInputStream(CompiledCSSResource.java:126) [:4.0.0.20110209-M6]
at org.richfaces.resource.CachedResourceImpl.initialize(CachedResourceImpl.java:178) [:4.0.0.20110209-M6]
at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:171) [:4.0.0.20110209-M6]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:183) [:2.0.3]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324) [:6.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.Final]
at org.richfaces.tests.metamer.TestIdentityFilter.doFilter(TestIdentityFilter.java:93) [:]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274) [:6.0.0.Final]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242) [:6.0.0.Final]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275) [:6.0.0.Final]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) [:6.0.0.Final]
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181) [:6.0.0.Final]
at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285) [:1.1.0.Final]
at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261) [:1.1.0.Final]
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88) [:6.0.0.Final]
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100) [:6.0.0.Final]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) [:6.0.0.Final]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [:6.0.0.Final]
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158) [:6.0.0.Final]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [:6.0.0.Final]
at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53) [:6.0.0.Final]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362) [:6.0.0.Final]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [:6.0.0.Final]
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654) [:6.0.0.Final]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951) [:6.0.0.Final]
at java.lang.Thread.run(Thread.java:636) [:1.6.0_20]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months
[JBoss JIRA] Created: (RF-10295) Panel Menu - icons are doubled when used custom URL
by Lukas Fryc (JIRA)
Panel Menu - icons are doubled when used custom URL
---------------------------------------------------
Key: RF-10295
URL: https://issues.jboss.org/browse/RF-10295
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-menu
Affects Versions: 4.0.0.Milestone5
Environment: * RichFaces 4.0.0-SNAPSHOT r.21189
* Metamer 4.0.0-SNAPSHOT r.unknown
* Mojarra 2.0.3-FCS
* Apache Tomcat 6.0.29
* OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
* Firefox 3.6.13 @ Linux x86_64
Reporter: Lukas Fryc
This issue can be seen across all the types of icons: item/group, top/sub-item
Possible steps to reproduce:
1. open http://localhost:8080/metamer/faces/components/richPanelMenu/simple.xhtml
2. set @topGroupLeftIconCollapsed=customURL
3. set @topGroupLeftIconExpanded=customURL
FAIL: you can see two loading images on the left of Group labels
OR
2. set @groupLeftIconDisabled=customURL
3. open Group 2
FAIL: you can see two loading images on the left of disabled Group label
OR
2. set @topGroupLeftIconCollapsed=customURL
3. set @topGroupLeftIconExpanded=disc
FAIL: you can see loading image and disc icon on the left of Group label
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 7 months