Struts ActionMapping passed to Action is null
Not worked out why or how this can happen but in one of my Action classes, the Struts framework decided to pass my Action a null ActionMapping reference.
Read More »Not worked out why or how this can happen but in one of my Action classes, the Struts framework decided to pass my Action a null ActionMapping reference.
Read More »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 »