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:48:13 UTC

[myfaces-tobago] 03/05: (TOBAGO-219) No id for tc:tab

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

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

commit 7633192aaf9cdc630901884fcf3003e0fe390105
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Dec 18 21:03:04 2006 +0000

    (TOBAGO-219) No id for tc:tab
---
 .../tobago/renderkit/html/scarborough/standard/tag/TabGroupRenderer.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TabGroupRenderer.java b/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TabGroupRenderer.java
index 95a8c7c..2c77ce3 100644
--- a/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TabGroupRenderer.java
+++ b/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/TabGroupRenderer.java
@@ -244,6 +244,7 @@ public class TabGroupRenderer extends RendererBase implements AjaxRenderer {
       }
 
       writer.startElement(HtmlConstants.TD, tab);
+      writer.writeIdAttribute(tab.getClientId(facesContext));
       writer.writeAttribute(HtmlAttributes.TITLE, null, ATTR_TIP);
 
       writer.startElement(HtmlConstants.DIV, null);

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