Advertisement
gayanhewa

struts.xml

Mar 26th, 2012
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.32 KB | None | 0 0
  1. <!DOCTYPE struts PUBLIC
  2. "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
  3. "http://struts.apache.org/dtds/struts-2.0.dtd">
  4.  
  5. <struts>
  6.     <include file="example.xml"/>
  7.     <!-- Configuration for the default package. -->
  8.     <package name="default" extends="struts-default">
  9.     </package>
  10. </struts>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement