You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gr...@apache.org on 2006/09/26 21:02:32 UTC

svn commit: r450148 - /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java

Author: grantsmith
Date: Tue Sep 26 12:02:31 2006
New Revision: 450148

URL: http://svn.apache.org/viewvc?view=rev&rev=450148
Log:
TOMAHAWK-682: patch applied

Modified:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java?view=diff&rev=450148&r1=450147&r2=450148
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/inputHtml/InputHtmlRenderer.java Tue Sep 26 12:02:31 2006
@@ -1224,7 +1224,6 @@
                 writer.writeAttribute(HTML.CLASS_ATTR, "kupu-editor-iframe", null);
                 writer.writeAttribute(HTML.FRAMEBORDER_ATTR, "0", null);
                 writer.writeAttribute(HTML.SCROLLING_ATTR, "auto", null);
-                writer.writeAttribute(HTML.SRC_ATTR, "javascript:false;", null); // Text is loaded afterward by javascript
 
                 // Warning, this is special to MyFaces, to allow to have the component in a hidden tab.
                 writer.writeAttribute(HTML.ONMOUSEOVER_ATTR, "myFacesKupuReactivateDesignMode(this)", null);