You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by ma...@apache.org on 2004/01/27 23:11:26 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app4 body_frontpage.jsp

marino      2004/01/27 14:11:26

  Added:       examples/struts/examples/struts_app4 body_frontpage.jsp
  Log:
  A new TilesTool for Struts 1.1 example app.
  
  Revision  Changes    Path
  1.1                  jakarta-velocity-tools/examples/struts/examples/struts_app4/body_frontpage.jsp
  
  Index: body_frontpage.jsp
  ===================================================================
  <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
  <TABLE cellSpacing=0 cellPadding=0 width="100%" border=1>
      <TR>
        	<TD align=middle> </TD>
      </TR>
      <TR>
        	<TD align=middle>This tile features a TilesController that put a variable "foo" in request scope
                   before the tile was rendered.  the variable contains the value: <bean:write name="foo" scope="request"/> </TD>
      </TR>
  </TABLE>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-dev-help@jakarta.apache.org