if action class method throw exception where is the handler and how to get control after that....???
- by rozer
If action class method signature have throws statement and in that method any exceoption occurs then how the flow will move.
then suppose we need to take contol of flow and want to show our jsp , what will be the steps
please help out.....