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/03/12 02:24:06 UTC

cvs commit: jakarta-velocity-tools/examples/struts/examples/struts_app4/layout masterLayout.vm

marino      2004/03/11 17:24:06

  Modified:    examples/struts/examples/struts_app4/layout masterLayout.vm
  Log:
  added a little demonstration of how to use tiles attributes with message resources.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/masterLayout.vm
  
  Index: masterLayout.vm
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-tools/examples/struts/examples/struts_app4/layout/masterLayout.vm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- masterLayout.vm	20 Feb 2004 13:31:43 -0000	1.2
  +++ masterLayout.vm	12 Mar 2004 01:24:06 -0000	1.3
  @@ -29,7 +29,7 @@
   
   	<!-- MENU -->
   	$tiles.menu
  -
  +	$text.get($tiles.getAttribute("some.attribute"))
       </TD>
       <TD>
   
  
  
  

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