[richfaces-issues] [JBoss JIRA] Created: (RF-7754) core-demo link.xhtml parameter is null error

Jay Balunas (JIRA) jira-events at lists.jboss.org
Mon Aug 24 10:20:23 EDT 2009


core-demo link.xhtml parameter is null error
--------------------------------------------

                 Key: RF-7754
                 URL: https://jira.jboss.org/jira/browse/RF-7754
             Project: RichFaces
          Issue Type: Bug
          Components: examples
    Affects Versions: 4.0.0.ALPHA1
            Reporter: Jay Balunas
            Assignee: Nick Belaevski
             Fix For: 4.0.0.ALPHA1


When navigating the link.xhtml get the exception below.  If more is expected on the URL should have a launch page for it.


java.lang.NullPointerException: Argument Error: Parameter text is null
	at com.sun.faces.renderkit.html_basic.HtmlResponseWriter.writeText(HtmlResponseWriter.java:917)
	at javax.faces.context.ResponseWriter.writeText(ResponseWriter.java:275)
	at org.richfaces.renderkit.html.CommandLinkRenderer.encodeBegin(CommandLinkRenderer.java:78)
	at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.java:823)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1608)
	at javax.faces.render.Renderer.encodeChildren(Renderer.java:168)
	at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:848)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1610)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1613)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1613)
	at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:340)
	at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:126)
	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:127)
	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)
	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:311)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
	at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
	at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
	at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
	at java.lang.Thread.run(Thread.java:637)


-- 
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

        


More information about the richfaces-issues mailing list