Subversion Repositories general

Compare Revisions

No changes between revisions

Ignore whitespace Rev 39 → Rev 40

/sun/SimpleChat/trunk/webapp/WEB-INF/struts-config.xml
0,0 → 1,40
<?xml version="1.0" encoding="ISO-8859-1" ?>
 
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
 
<struts-config>
<form-beans>
<form-bean
name="messageForm"
type="ak.simplechat.MessageForm"
/>
</form-beans>
 
<global-forwards>
<forward
name="error"
path="/error.jsp"
/>
</global-forwards>
 
<action-mappings>
<action
path="/display"
type="ak.simplechat.DisplayAction"
>
<forward name="success" path="/display.jsp"/>
</action>
 
<action
path="/message"
type="ak.simplechat.MessageAction"
name="messageForm"
validate="false"
scope="request"
/>
</action-mappings>
 
<message-resources parameter="ak.simplechat.ApplicationResources"/>
</struts-config>
Property changes:
Added: svn:keywords
+LastChangedDate LastChangedRevision LastChangedBy HeadURL Id
\ No newline at end of property