|
| Total Answers and Comments: 3 |
Last Update: February 19, 2009 Asked by: Anupama |
|
| | |
|
Submitted by: Nikita Dodiya The new method execte() is necessary because the perform() method declares that it throws only IOException and ServletException. Due to the added declarative exception-hndling functionality, the framework needs to catch all instance of java.lang.Exception from Action class.
Instead of changing the method signature for the perform() method and breaking backward compability, the execute method was added.
Above answer was rated as good by the following members: getravi2k, yathirajulu | Go To Top
|