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/06/24 06:23:37 UTC

svn commit: r671016 - /myfaces/tomahawk/trunk/examples/simple/src/main/webapp/aliasBean.jsp

Author: lu4242
Date: Mon Jun 23 21:23:37 2008
New Revision: 671016

URL: http://svn.apache.org/viewvc?rev=671016&view=rev
Log:
TOMAHAWK-790 Aliasbean warning/error when no EL expression in the alias property

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

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/aliasBean.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/aliasBean.jsp?rev=671016&r1=671015&r2=671016&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/aliasBean.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/aliasBean.jsp Mon Jun 23 21:23:37 2008
@@ -45,7 +45,7 @@
 
     <h:form>
         <h2>aliasTest1</h2>
-        <t:aliasBean alias="holder" value="#{aliasTest1}">
+        <t:aliasBean alias="#{holder}" value="#{aliasTest1}">
             <f:subview id="simulatedIncludedSubform1">
                 <%-- The next tags could be inserted by an %@ include or jsp:include --%>
                 <h:outputLabel for="name" value="Name :"/>