[ 
http://issues.apache.org/jira/browse/MYFACES-765?page=comments#action_12356466 
] 

Boris Kovalenko commented on MYFACES-765:
-----------------------------------------

Thanks, Bruno! But what about duplicate ids for now? There was no problems with 
nightly of 18.10.2005 for example. Should I open new issue or will we continue 
this one? The description of problem (as I already wrote) is very simple - when 
I try to choose any date I getting error "Duplicate id: calendar. Child could 
not be added" I use facelets with myfaces. So the problems is out of there.  
Stack trace:

java.lang.IllegalStateException: Duplicate id : calendar. Child could not be 
added.
        at 
javax.faces.component._ComponentChildrenList.checkAddAllowed(_ComponentChildrenList.java:95)
        at 
javax.faces.component._ComponentChildrenList.add(_ComponentChildrenList.java:76)
        at 
com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:152)
        at 
com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
        at 
com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
        at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
        at 
com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:400)
        at 
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:434)
        at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:351)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
        at 
com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:99)
        at 
org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:123)
        at 
com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70)
        at 
com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:163)
        at 
com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208)
        at 
com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:396)
        at com.caucho.server.port.TcpConnection.run(TcpConnection.java:363)
        at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490)
        at com.caucho.util.ThreadPool.run(ThreadPool.java:423)
        at java.lang.Thread.run(Thread.java:534)


> <t:inputCalendar/> stops working
> --------------------------------
>
>          Key: MYFACES-765
>          URL: http://issues.apache.org/jira/browse/MYFACES-765
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk
>     Versions: 1.1.1
>  Environment: JDK 1.4.2, Unix, Windows, Resin 3.0.14
>     Reporter: Boris Kovalenko
>     Assignee: Martin Marinschek
>      Fix For: Nightly

>
> Today, 31.10.2005 <t:inputCalendar> stops working with exception. Not sure 
> but may be this is regarding to TZ change?
> [2005-10-31 10:38:59.315] Error Rendering View
> [2005-10-31 10:38:59.315] java.lang.IllegalStateException: Client-id : 
> calendar_1130737139296_link is duplicated in the faces tree.
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:241)
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.application.jsp.JspStateManagerImpl.checkForDuplicateIds(JspStateManagerImpl.java:255)
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.application.jsp.JspStateManagerImpl.saveSerializedView(JspStateManagerImpl.java:204)
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.renderkit.html.util.DummyFormUtils.writeDummyForm(DummyFormUtils.java:111)
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.renderkit.html.HtmlResponseWriterImpl.endDocument(HtmlResponseWriterImpl.java:156)
> [2005-10-31 10:38:59.315]       at 
> com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:449)
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:352)
> [2005-10-31 10:38:59.315]       at 
> javax.faces.webapp.FacesServlet.service(FacesServlet.java:107)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:99)
> [2005-10-31 10:38:59.315]       at 
> org.apache.myfaces.component.html.util.ExtensionsFilter.doFilter(ExtensionsFilter.java:122)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterChain.java:70)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:163)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:208)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.server.hmux.HmuxRequest.handleRequest(HmuxRequest.java:396)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.server.port.TcpConnection.run(TcpConnection.java:363)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.util.ThreadPool.runTasks(ThreadPool.java:490)
> [2005-10-31 10:38:59.315]       at 
> com.caucho.util.ThreadPool.run(ThreadPool.java:423)
> [2005-10-31 10:38:59.315]       at java.lang.Thread.run(Thread.java:534)
> [10:38:59.316] Took Type: java.io.PrintWriter
> [2005-10-31 10:38:59.316] Took Type: java.io.PrintWriter 

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

Reply via email to