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

svn commit: r896318 - in /websites/staging/myfaces/trunk/content: ./ wiki/commons/user-guide/myfaces-commons-converters.html

Author: buildbot
Date: Tue Feb  4 02:22:08 2014
New Revision: 896318

Log:
Staging update by buildbot for myfaces

Modified:
    websites/staging/myfaces/trunk/content/   (props changed)
    websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.html

Propchange: websites/staging/myfaces/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb  4 02:22:08 2014
@@ -1 +1 @@
-1564157
+1564158

Modified: websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.html
==============================================================================
--- websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.html (original)
+++ websites/staging/myfaces/trunk/content/wiki/commons/user-guide/myfaces-commons-converters.html Tue Feb  4 02:22:08 2014
@@ -101,8 +101,7 @@ postback requests).</p>
 
 <p>To understand this, take a look at this example:</p>
 
-<p><ac:macro
-ac:name="code"><ac:default-parameter>xml</ac:default-parameter><ac:plain-text-body>&lt;![CDATA[
+<p>:::xml
 <h:form id="form1">
     <h:messages showDetail="false" showSummary="true" ></h:messages>
     <h:panelGrid columns="3"></p>
@@ -138,9 +137,7 @@ type="#{mc:findComponent('form1:type').v
 </pre></div>
 
 
-<p></h:form>
-]
-]&gt;</ac:plain-text-body></ac:macro></p>
+<p></h:form></p>
 <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
 <code>&lt;f:convertNumber&gt;</code>, because the ValueExpression on type