You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/11 14:16:23 UTC

svn commit: r666633 - /myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp

Author: hazems
Date: Wed Jun 11 05:16:23 2008
New Revision: 666633

URL: http://svn.apache.org/viewvc?rev=666633&view=rev
Log:
([TOMAHAWK-1279] promoting the subform component to Tomahawk.)

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp?rev=666633&r1=666632&r2=666633&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp Wed Jun 11 05:16:23 2008
@@ -131,6 +131,13 @@
                 </h:panelGrid>                
 
 
+                <h:outputText value="subForm" />
+                <h:panelGrid style="padding-left:25px">
+                    <h:outputLink value="subForm.jsf">
+                        <f:verbatim>SubForm - Partial validation and model update with SubForms.</f:verbatim>
+                    </h:outputLink>
+                </h:panelGrid>                
+
         </h:panelGrid>
 
 		</h:form>