You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2006/04/28 11:33:31 UTC

svn commit: r397826 - in /myfaces/tomahawk/trunk/core/src: main/tld/entities/ext_actionfor_attribute.xml site/xdoc/extensionsFilter.xml

Author: mmarinschek
Date: Fri Apr 28 02:33:26 2006
New Revision: 397826

URL: http://svn.apache.org/viewcvs?rev=397826&view=rev
Log:
fix for http://issues.apache.org/jira/browse/TOMAHAWK-190; small typo fixed in extensionsFilter

Modified:
    myfaces/tomahawk/trunk/core/src/main/tld/entities/ext_actionfor_attribute.xml
    myfaces/tomahawk/trunk/core/src/site/xdoc/extensionsFilter.xml

Modified: myfaces/tomahawk/trunk/core/src/main/tld/entities/ext_actionfor_attribute.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/main/tld/entities/ext_actionfor_attribute.xml?rev=397826&r1=397825&r2=397826&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/tld/entities/ext_actionfor_attribute.xml (original)
+++ myfaces/tomahawk/trunk/core/src/main/tld/entities/ext_actionfor_attribute.xml Fri Apr 28 02:33:26 2006
@@ -11,18 +11,3 @@
                 for this to work.
             </description>
         </attribute>
-        <attribute>
-            <name>actionForPhase</name>
-            <required>false</required>
-            <rtexprvalue>false</rtexprvalue>
-            <type>java.lang.String</type>
-            <description>
-                Comma separated list of lifecycle-phases which should be
-                executed when this command is clicked. With this you can
-                effectively switch on/off validation and model upate
-                for a certain link/button.
-                Possible Values: PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES
-                default-value: if no value is provided, both phases
-                will be executed.
-            </description>
-        </attribute>

Modified: myfaces/tomahawk/trunk/core/src/site/xdoc/extensionsFilter.xml
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/core/src/site/xdoc/extensionsFilter.xml?rev=397826&r1=397825&r2=397826&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/xdoc/extensionsFilter.xml (original)
+++ myfaces/tomahawk/trunk/core/src/site/xdoc/extensionsFilter.xml Fri Apr 28 02:33:26 2006
@@ -91,7 +91,7 @@
 	<p>
 	If you just use standard JSF component, but don't use any MyFaces' extended component (beginning with t:),
 	then you don't need the Extensions Filter.<br/>
-	However, if you use some of the MyFaces' extended components like t:inputFileUpload, t:inputHTtml, t:inputCalendar, ...
+	However, if you use some of the MyFaces' extended components like t:inputFileUpload, t:inputHtml, t:inputCalendar, ...
 	then you most likely need to have this filter configured in your webapp.
 </p>
 </section>