<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">

<struts>
	<package name="ep" namespace="/" extends="struts-default">
		<result-types>
			<result-type name="json" class="com.googlecode.jsonplugin.JSONResult" />
		</result-types>
		
		<action name="showEPublications" class="springManagedEPListAction">
			<result>/pages/ep/epList.jsp</result>
		</action>
		
		<action name="showEPublication" class="springManagedEPAction">
			<result>/pages/ep/ep.jsp</result>
		</action>
		
		<action name="epTest" class="epTest">
			<result>/pages/flash/test/index.jsp</result>
		</action>		
	</package>
</struts>
