Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1043 → Rev 1044

/hostadmiral/trunk/webapp/WEB-INF/struts-config.xml
168,9 → 168,9
/ -->
 
<exception
key="UserException"
type="ak.hostadmiral.util.UserException"
handler="ak.hostadmiral.core.action.UserExceptionHandler"
key="GeneralException"
type="java.lang.Exception"
handler="ak.hostadmiral.core.action.GeneralExceptionHandler"
/>
</global-exceptions>
 
179,6 → 179,16
name="error"
path="/error.jsp"
/>
 
<forward
name="accessDenied"
path="/accessDenied.jsp"
/>
 
<forward
name="generalError"
path="/generalError.jsp"
/>
</global-forwards>
 
<action-mappings>