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:14 UTC

[myfaces-tobago] 04/05: revert commit

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 31364f8e1db44301502d98905fc07117b2cb3cdd
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Mon Dec 18 21:12:14 2006 +0000

    revert commit
---
 .../tobago/renderkit/html/scarborough/standard/tag/TabGroupRenderer.java | 1 -
 1 file changed, 1 deletion(-)

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 2c77ce3..95a8c7c 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,7 +244,6 @@ 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>.