You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/02/20 23:44:15 UTC

svn commit: r509786 - /myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/InRenderer.java

Author: bommel
Date: Tue Feb 20 14:44:14 2007
New Revision: 509786

URL: http://svn.apache.org/viewvc?view=rev&rev=509786
Log:
(TOBAGO-273) Having a tc:command tag for change in tc:in would be useful

Modified:
    myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/InRenderer.java

Modified: myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/InRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/InRenderer.java?view=diff&rev=509786&r1=509785&r2=509786
==============================================================================
--- myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/InRenderer.java (original)
+++ myfaces/tobago/trunk/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/InRenderer.java Tue Feb 20 14:44:14 2007
@@ -147,6 +147,8 @@
     }
     writer.endElement(HtmlConstants.INPUT);
 
+    checkForCommandFacet(component, facesContext, writer);
+
     if (ComponentUtil.getBooleanAttribute(component, ATTR_REQUIRED)) {
       String rendererName = HtmlRendererUtil.getRendererName(facesContext, component);
       final String[] cmds = {