You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/09/16 05:46:36 UTC

[myfaces-tobago] 04/10: (TOBAGO-406) rendering of DatePicker produces automatic id warning

This is an automated email from the ASF dual-hosted git repository.

deki pushed a commit to tag tobago-1.0.11
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 50ab68fdcf7e093e7a041857180ecdbb2034d68b
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed May 23 20:31:27 2007 +0000

    (TOBAGO-406) rendering of DatePicker produces automatic id warning
---
 core/src/main/java/org/apache/myfaces/tobago/component/UIDatePicker.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/main/java/org/apache/myfaces/tobago/component/UIDatePicker.java b/core/src/main/java/org/apache/myfaces/tobago/component/UIDatePicker.java
index a520417..764e30a 100644
--- a/core/src/main/java/org/apache/myfaces/tobago/component/UIDatePicker.java
+++ b/core/src/main/java/org/apache/myfaces/tobago/component/UIDatePicker.java
@@ -205,6 +205,7 @@ public class UIDatePicker extends UICommand implements OnComponentCreated {
 
     UIComponent buttonPanel = ComponentUtil.createComponent(
         facesContext, UIPanel.COMPONENT_TYPE, RENDERER_TYPE_PANEL);
+    buttonPanel.setId("buttonPanel");
     layout = ComponentUtil.createComponent(
         facesContext, UIGridLayout.COMPONENT_TYPE, RENDERER_TYPE_GRID_LAYOUT);
     buttonPanel.getFacets().put(FACET_LAYOUT, layout);

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.