[JBoss JIRA] Created: (RF-9658) Components: specify localization information in requirements
by Nick Belaevski (JIRA)
Components: specify localization information in requirements
------------------------------------------------------------
Key: RF-9658
URL: https://jira.jboss.org/browse/RF-9658
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.0.0.Milestone4
Reporter: Nick Belaevski
Assignee: Ilya Shaikovsky
Fix For: 4.0.0.Milestone5
We need to specify in component requirements how will localization of component labels work.
Proposed:
- Message bundle used: either org.richfaces.Messages oor application message bundle
- Names format: org.richfaces.<componentName>.<bundlePropertyName>, e.g. org.richfaces.calendar.APPLY_BUTTON_LABEL. Q.: should we use calendar or UICalendar?
--
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, 11 months
[JBoss JIRA] Created: (RF-9613) glassfish throws NullPointerException when skin plain is used
by wojtek k (JIRA)
glassfish throws NullPointerException when skin plain is used
-------------------------------------------------------------
Key: RF-9613
URL: https://jira.jboss.org/browse/RF-9613
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: skinning
Affects Versions: 4.0.0.Milestone3
Environment: Linux 2.6.36, Sun JDK build 1.6.0_22-b04, Glassfish v3.0.1
Reporter: wojtek k
Fix For: 4.0.0.Milestone4
when rich:dataTable is used on view with skin plain NPE is thrown
java.lang.NullPointerException
at org.richfaces.renderkit.html.BaseGradient.writeState(BaseGradient.java:299)
at org.richfaces.util.Util.saveResourceState(Util.java:568)
at org.richfaces.resource.BaseResourceWrapper.saveState(BaseResourceWrapper.java:124)
at org.richfaces.util.Util.saveResourceState(Util.java:586)
at org.richfaces.resource.AbstractBaseResource.getRequestPath(AbstractBaseResource.java:160)
at com.sun.faces.el.ResourceELResolver.getValue(ResourceELResolver.java:133)
at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:175)
at com.sun.faces.el.FacesCompositeELResolver.getValue(FacesCompositeELResolver.java:72)
at com.sun.el.parser.AstValue.getValue(AstValue.java:116)
at com.sun.el.parser.AstValue.getValue(AstValue.java:163)
at com.sun.el.parser.AstDeferredExpression.getValue(AstDeferredExpression.java:59)
at com.sun.el.parser.AstCompositeExpression.getValue(AstCompositeExpression.java:64)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:219)
at com.sun.faces.application.ApplicationImpl.evaluateExpressionGet(ApplicationImpl.java:427)
at javax.faces.application.ApplicationWrapper.evaluateExpressionGet(ApplicationWrapper.java:624)
at org.richfaces.resource.css.CSSVisitorImpl.visitStyleDeclaration(CSSVisitorImpl.java:223)
at org.richfaces.resource.css.AbstractCSSVisitor.visitStyleRule(AbstractCSSVisitor.java:99)
at org.richfaces.resource.css.AbstractCSSVisitor.visitRule(AbstractCSSVisitor.java:62)
at org.richfaces.resource.css.AbstractCSSVisitor.visitStyleSheet(AbstractCSSVisitor.java:49)
at org.richfaces.resource.CompiledCSSResource.getInputStream(CompiledCSSResource.java:126)
at org.richfaces.resource.CachedResourceImpl.initialize(CachedResourceImpl.java:178)
at org.richfaces.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:172)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:310)
at org.apache.catalina.core.StandardWrapper.service(StandardWrapper.java:1523)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:343)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at com.ocpsoft.pretty.PrettyFilter.doFilter(PrettyFilter.java:113)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:277)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:188)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:641)
at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:97)
at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:85)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:185)
at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:226)
at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:165)
at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:791)
at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:693)
at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:954)
at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:170)
at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:135)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:102)
at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:88)
at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:53)
at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57)
at com.sun.grizzly.ContextTask.run(ContextTask.java:69)
at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:330)
at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:309)
at java.lang.Thread.run(Thread.java:662)
--
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, 11 months
[JBoss JIRA] Created: (RF-9561) progressBar: review sizes applying. No simple way to re-define height for bar element
by Ilya Shaikovsky (JIRA)
progressBar: review sizes applying. No simple way to re-define height for bar element
-------------------------------------------------------------------------------------
Key: RF-9561
URL: https://jira.jboss.org/browse/RF-9561
Project: RichFaces
Issue Type: Task
Security Level: Public (Everyone can see)
Components: component-output
Affects Versions: 4.0.0.Milestone4
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Minor
Fix For: Future_4.X
currently need to redefine two css classes to re-define the bar element height.
proposed to change height definition - use height defined at upper element div and setting 100% for nested. (currently nested has values in px duplicated)
+ width also should be reviewed. Ideally look through other css in markup.
+ FileUpload component will be affected by changes and should be additionally checked after changes.
--
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, 11 months