You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/04 03:22:04 UTC

svn commit: r1564158 - /myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.mdtext

Author: lu4242
Date: Tue Feb  4 02:22:04 2014
New Revision: 1564158

URL: http://svn.apache.org/r1564158
Log:
test how to fix documentation

Modified:
    myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.mdtext

Modified: myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.mdtext?rev=1564158&r1=1564157&r2=1564158&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.mdtext Tue Feb  4 02:22:04 2014
@@ -14,8 +14,7 @@ postback requests).</p>
 
 <p>To understand this, take a look at this example:</p>
 
-<ac:macro
-ac:name="code"><ac:default-parameter>xml</ac:default-parameter><ac:plain-text-body><![CDATA[
+:::xml
 <h:form id="form1">
     <h:messages showDetail="false" showSummary="true" ></h:messages>
     <h:panelGrid columns="3">
@@ -44,8 +43,6 @@ type="#{mc:findComponent('form1:type').v
 
     </h:panelGrid>
 </h:form>
-]
-]></ac:plain-text-body></ac:macro>
 
 <p>It is a <code>&lt;h:selectOneMenu&gt;</code> that allows you to choose a
 type that is then read by a converter. This can't work with