blob: 9b9e4521030dc51e5ba6711c9a11389657ef1135 [file] [log] [blame]
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<package name="s2-jquery-showcase" extends="struts-default" namespace="/">
<action name="showcase">
<result>/WEB-INF/content/index.jsp</result>
</action>
</package>
</struts>