husted      2004/01/14 20:02:08

  Modified:    web/blank/WEB-INF struts-config.xml
  Log:
  Restore Tiles plug-in element.
  
  Revision  Changes    Path
  1.12      +11 -1     jakarta-struts/web/blank/WEB-INF/struts-config.xml
  
  Index: struts-config.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/blank/WEB-INF/struts-config.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- struts-config.xml 8 Jan 2004 16:28:47 -0000       1.11
  +++ struts-config.xml 15 Jan 2004 04:02:08 -0000      1.12
  @@ -147,7 +147,7 @@
   
   <!-- ======================================== Message Resources Definitions -->
   
  -    <message-resources parameter="MessageResources"/>
  +    <message-resources parameter="MessageResources" />
   
   
   <!-- =============================================== Plug Ins Configuration -->
  @@ -179,6 +179,16 @@
   
          Paths found in Tiles definitions are relative to the main context.
     -->
  +
  +    <plug-in className="org.apache.struts.tiles.TilesPlugin" >
  +
  +      <!-- Path to XML definition file -->
  +      <set-property property="definitions-config"
  +                       value="/WEB-INF/tiles-defs.xml" />
  +      <!-- Set Module-awareness to true -->
  +      <set-property property="moduleAware" value="true" />
  +    </plug-in>
  +
   
     <!-- =================================================== Validator plugin -->
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to