tx:date (tc:datePicker) duplicate Component ID on Submit / Reload of the page
-----------------------------------------------------------------------------

                 Key: TOBAGO-612
                 URL: https://issues.apache.org/jira/browse/TOBAGO-612
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
    Affects Versions: 1.0.14
         Environment: jdk 1.4
jsp Environment
            Reporter: Rainer Rohloff
            Priority: Critical


        <tx:date label="Date" value="#{mainBean.date}">
                <b:convertDateTime type="date" pattern="dd.MM.yyyy" />
        </tx:date>
        <tc:cell />

        <tx:date label="Timestamp" value="#{mainBean.timestamp}">
                <b:convertDateTime pattern="dd.MM.yyyy HH:mm:ss" />
        </tx:date>

...
        <tc:button action="reload" label="Reload" />

throws on button click:
javax.servlet.ServletException: javax.servlet.jsp.JspException: Doppelte 
Komponenten-ID 'main:_id70' in Ansicht gefunden.
        
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:839)
        
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:776)
        org.apache.jsp.faces.main_jsp._jspService(main_jsp.java:439)
        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:334)
        org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
....

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to