<struts-config>
<data-sources />
<form-beans />
<global-exceptions />
<global-forwards />
<action-mappings >
<action
input="/showpage.htm"
path="/getPageAction"
scope="request"
type="wf.ajaxAction"
validate="false"/>
<data-sources />
<form-beans />
<global-exceptions />
<global-forwards />
<action-mappings >
<action
input="/showpage.htm"
path="/getPageAction"
scope="request"
type="wf.ajaxAction"
validate="false"/>
</action-mappings>
<message-resources parameter="com.wf.struts.ApplicationResources" />
</struts-config>
</struts-config>

