If there is an exception during GenericDispatcher.executeAction() the
ActionTag simply silently prints a stack trace and gets on with its
business. This is not at all a good idea, since in doEndTag()
GenericDispatcher.finish() is called without a try-catch block. This has the
consequence that if the action isn't found it doesn't silently ignore this
(as one would expect, given the try catch around executeAction()) but throws
a NPE at doEndTag(). I personally would have preffered it if it blew up with
an error message saying it couldn't find the action, do people have
objections to this?

Anders Hovmöller
[EMAIL PROTECTED] http://boxed.killingar.net



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to