Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1252 → Rev 962

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