<global-exceptions> <exception key="error.dao.exception" type="edu.asu.vpia.dao.DAOException" path="/WEB-INF/jsp/error/daoException2.jsp"/> </global-exceptions>
Here you _can_ use tiles defs in the 'path' attribute, because these are handled within Struts.
Again we're starting with code like this...
try { .... } catch ( Exception ex ) { throw new DAOException( ex ) ); }