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 2008/03/01 05:57:12 UTC

svn commit: r632551 - /myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/aliasBean.jsp

Author: lu4242
Date: Fri Feb 29 20:57:11 2008
New Revision: 632551

URL: http://svn.apache.org/viewvc?rev=632551&view=rev
Log:
example go back to previous form

Modified:
    myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/aliasBean.jsp

Modified: myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/aliasBean.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/aliasBean.jsp?rev=632551&r1=632550&r2=632551&view=diff
==============================================================================
--- myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/aliasBean.jsp (original)
+++ myfaces/tomahawk/branches/1_2_0/examples/simple/src/main/webapp/aliasBean.jsp Fri Feb 29 20:57:11 2008
@@ -39,7 +39,7 @@
     </p>
     <p>
 	    In this example, the customerAddress bean is a managed bean, but the address bean isn't defined anywhere.<br/>
-	    After the aliasBean tag, we can use #{address.*} in place of #{custommerAddress.*}, so making it possible to have
+	    After the aliasBean tag, we can use &#35;{address.*} in place of &#35;{custommerAddress.*}, so making it possible to have
 	    generic address subforms (ok, this one is a very simple form, but you get the idea).
     </p>