Advertisement
Javi

struts struts-config.xml + tiles

Mar 2nd, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2.  
  3. <!DOCTYPE struts-config PUBLIC
  4.          "-//Apache Software Foundation//DTD Struts Configuration 1.3//EN"
  5.          "http://struts.apache.org/dtds/struts-config_1_3.dtd">
  6.  
  7. <struts-config>
  8.         ...
  9.     <plug-in className="org.apache.struts.tiles.TilesPlugin">
  10.         <set-property property="definitions-config"
  11.             value="/WEB-INF/tiles-defs.xml"/>
  12.         <set-property property="moduleAware" value="true"/>
  13.         <set-property property="definitions-debug" value="2" />
  14.         <set-property property="definitions-parser-validate" value="true" />
  15.     </plug-in>
  16.    
  17.        
  18. </struts-config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement