You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mark Hanfland (JIRA)" <de...@myfaces.apache.org> on 2005/12/31 15:33:01 UTC

[jira] Created: (MYFACES-992) Schedule renders duplicate ids in render tree

Schedule renders duplicate ids in render tree
---------------------------------------------

         Key: MYFACES-992
         URL: http://issues.apache.org/jira/browse/MYFACES-992
     Project: MyFaces
        Type: Bug
  Components: Sandbox  
    Versions: 1.1.1    
 Environment: Windows
    Reporter: Mark Hanfland
    Priority: Critical


The sample scheduler creates duplicate ids in the  render tree.  I reproduced this on my machine and also see this being thrown at the the irian sample page at

http://www.irian.at/myfaces-sandbox/schedule.jsf

HTTP Status 500 - 

--------------------------------------------------------------------------------

type Exception report

message 

description The server encountered an internal error () that prevented it from fulfilling this request.

exception 

javax.servlet.ServletException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)


root cause 

java.lang.IllegalStateException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:251)
	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
	org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
	org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:139)
	org.apache.jsp.schedule_jsp._jspx_meth_f_view_0(org.apache.jsp.schedule_jsp:200)
	org.apache.jsp.schedule_jsp._jspService(org.apache.jsp.schedule_jsp:149)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
	javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)


note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.


--------------------------------------------------------------------------------

Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-992) Schedule renders duplicate ids in render tree

Posted by "Jurgen Lust (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-992?page=comments#action_12364393 ] 

Jurgen Lust commented on MYFACES-992:
-------------------------------------

Does this problem still occur? I have not been able to reproduce it (Tried Tomcat 5.5, Jboss 4, JBoss 3.2 and Oracle AS 10g 10.1.2)

> Schedule renders duplicate ids in render tree
> ---------------------------------------------
>
>          Key: MYFACES-992
>          URL: http://issues.apache.org/jira/browse/MYFACES-992
>      Project: MyFaces
>         Type: Bug
>   Components: Sandbox
>     Versions: 1.1.1
>  Environment: Windows
>     Reporter: Mark Hanfland
>     Priority: Critical

>
> The sample scheduler creates duplicate ids in the  render tree.  I reproduced this on my machine and also see this being thrown at the the irian sample page at
> http://www.irian.at/myfaces-sandbox/schedule.jsf
> HTTP Status 500 - 
> --------------------------------------------------------------------------------
> type Exception report
> message 
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception 
> javax.servlet.ServletException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> root cause 
> java.lang.IllegalStateException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:251)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
> 	org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:139)
> 	org.apache.jsp.schedule_jsp._jspx_meth_f_view_0(org.apache.jsp.schedule_jsp:200)
> 	org.apache.jsp.schedule_jsp._jspService(org.apache.jsp.schedule_jsp:149)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
> 	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (TOMAHAWK-146) Schedule renders duplicate ids in render tree

Posted by "sean schofield (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-146?page=all ]
     
sean schofield closed TOMAHAWK-146:
-----------------------------------


> Schedule renders duplicate ids in render tree
> ---------------------------------------------
>
>          Key: TOMAHAWK-146
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-146
>      Project: MyFaces Tomahawk
>         Type: Bug
>  Environment: Windows
>     Reporter: Mark Hanfland
>     Assignee: Jurgen Lust
>     Priority: Critical

>
> The sample scheduler creates duplicate ids in the  render tree.  I reproduced this on my machine and also see this being thrown at the the irian sample page at
> http://www.irian.at/myfaces-sandbox/schedule.jsf
> HTTP Status 500 - 
> --------------------------------------------------------------------------------
> type Exception report
> message 
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception 
> javax.servlet.ServletException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> root cause 
> java.lang.IllegalStateException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:251)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
> 	org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:139)
> 	org.apache.jsp.schedule_jsp._jspx_meth_f_view_0(org.apache.jsp.schedule_jsp:200)
> 	org.apache.jsp.schedule_jsp._jspService(org.apache.jsp.schedule_jsp:149)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
> 	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-992) Schedule renders duplicate ids in render tree

Posted by "Michael Grimsberg (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-992?page=comments#action_12364468 ] 

Michael Grimsberg commented on MYFACES-992:
-------------------------------------------

I got the same problem today both at my own application and when I try the example at www.irian.at.
 If I change from January to next month then it will be March. If I try to goes backward I get the same error message. 
I can change from March to April and back.

It seems that the problem if the current date is close to a  change in month


> Schedule renders duplicate ids in render tree
> ---------------------------------------------
>
>          Key: MYFACES-992
>          URL: http://issues.apache.org/jira/browse/MYFACES-992
>      Project: MyFaces
>         Type: Bug
>   Components: Sandbox
>     Versions: 1.1.1
>  Environment: Windows
>     Reporter: Mark Hanfland
>     Priority: Critical

>
> The sample scheduler creates duplicate ids in the  render tree.  I reproduced this on my machine and also see this being thrown at the the irian sample page at
> http://www.irian.at/myfaces-sandbox/schedule.jsf
> HTTP Status 500 - 
> --------------------------------------------------------------------------------
> type Exception report
> message 
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception 
> javax.servlet.ServletException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> root cause 
> java.lang.IllegalStateException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:251)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
> 	org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:139)
> 	org.apache.jsp.schedule_jsp._jspx_meth_f_view_0(org.apache.jsp.schedule_jsp:200)
> 	org.apache.jsp.schedule_jsp._jspService(org.apache.jsp.schedule_jsp:149)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
> 	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (TOMAHAWK-146) Schedule renders duplicate ids in render tree

Posted by "Jurgen Lust (JIRA)" <de...@myfaces.apache.org>.
     [ http://issues.apache.org/jira/browse/TOMAHAWK-146?page=all ]
     
Jurgen Lust resolved TOMAHAWK-146:
----------------------------------

    Resolution: Fixed

This problem occurred in the old example jsps, it no longer applies for the new examples

> Schedule renders duplicate ids in render tree
> ---------------------------------------------
>
>          Key: TOMAHAWK-146
>          URL: http://issues.apache.org/jira/browse/TOMAHAWK-146
>      Project: MyFaces Tomahawk
>         Type: Bug
>  Environment: Windows
>     Reporter: Mark Hanfland
>     Assignee: Jurgen Lust
>     Priority: Critical

>
> The sample scheduler creates duplicate ids in the  render tree.  I reproduced this on my machine and also see this being thrown at the the irian sample page at
> http://www.irian.at/myfaces-sandbox/schedule.jsf
> HTTP Status 500 - 
> --------------------------------------------------------------------------------
> type Exception report
> message 
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception 
> javax.servlet.ServletException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> root cause 
> java.lang.IllegalStateException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:251)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
> 	org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:139)
> 	org.apache.jsp.schedule_jsp._jspx_meth_f_view_0(org.apache.jsp.schedule_jsp:200)
> 	org.apache.jsp.schedule_jsp._jspService(org.apache.jsp.schedule_jsp:149)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
> 	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-992) Schedule renders duplicate ids in render tree

Posted by "Michael Grimsberg (JIRA)" <de...@myfaces.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-992?page=comments#action_12365321 ] 

Michael Grimsberg commented on MYFACES-992:
-------------------------------------------

The error message come from id scheduleNavigator. This is an inputCalender. I change tht inputCalender to popup. Then it's works perfect. 



> Schedule renders duplicate ids in render tree
> ---------------------------------------------
>
>          Key: MYFACES-992
>          URL: http://issues.apache.org/jira/browse/MYFACES-992
>      Project: MyFaces
>         Type: Bug
>   Components: Sandbox
>     Versions: 1.1.1
>  Environment: Windows
>     Reporter: Mark Hanfland
>     Assignee: Jurgen Lust
>     Priority: Critical

>
> The sample scheduler creates duplicate ids in the  render tree.  I reproduced this on my machine and also see this being thrown at the the irian sample page at
> http://www.irian.at/myfaces-sandbox/schedule.jsf
> HTTP Status 500 - 
> --------------------------------------------------------------------------------
> type Exception report
> message 
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception 
> javax.servlet.ServletException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:109)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> root cause 
> java.lang.IllegalStateException: Client-id : scheduleNavigator_1133453924430_link is duplicated in the faces tree.
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:251)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> 	org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
> 	org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:139)
> 	org.apache.jsp.schedule_jsp._jspx_meth_f_view_0(org.apache.jsp.schedule_jsp:200)
> 	org.apache.jsp.schedule_jsp._jspService(org.apache.jsp.schedule_jsp:149)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:291)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:415)
> 	org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
> 	org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
> 	javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
> 	org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs.
> --------------------------------------------------------------------------------
> Apache Tomcat/5.5.9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira