Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1242 → Rev 1243

/PhotoAlbum/trunk/webapp/WEB-INF/struts-config.xml
10,6 → 10,11
name="pathForm"
type="ak.photoalbum.webapp.PathForm"
/>
 
<form-bean
name="indexForm"
type="ak.photoalbum.webapp.IndexForm"
/>
</form-beans>
 
<global-forwards>
23,7 → 28,7
<action
path="/index"
type="ak.photoalbum.webapp.IndexAction"
name="pathForm"
name="indexForm"
validate="true"
scope="request"
>