Hi,
I am new user. I am implementing exception handling in my
application.
In my action class I have try, catch block.
in the catch block
catch(Exception e)
{
return mapping,findforward("failure");
}
I defined the failure forward in my struts-config.xml.
But the problem is that forward is not getting executed.
Can u please help on this.
Thank you,
karthik

