Path definitions for struts global exceptions handler
In struts you can define a global exception handler which is used as a catch all so you can display some meaningful page to the users. The path definition must be a path to a page and not a struts action or tiles definition path. When you think about this it makes sense otherwise you […]
Read More »