What is the difference between the perform and execute method in struts.I know perform is deprecated in 1.1 but do we get any lift by using execute?
using execute you can throw arbitrary exceptions and handle them with declarative exception handling. perform() was limited to throwing ServletException and IOException (IIRC).
Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Imagine if every Thursday your shoes exploded if you tied them the usual way. This happens to us all the time with computers, and nobody thinks of complaining."
-- Jef Raskin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]