Hi
I must work through a huge program without any documentation. I found something strange in struts-config.xml. <global-forwards> <forward name="exception" path="page.common.Exception" redirect="false"/> </global-forward> In the directory common exists exception.jsp. Is the parameter "page" in "path=page.common.Exception" an attribute to point that that in the directory "common" a Exception.jsp" file exists? I already did my searching but I can't find an answer. Regards Richard Markham