Re: [OS-webwork] ActionInvocation result

2003-11-05 Thread John Patterson
d in the configuration (xwork.xml) 2 - Can report on the current application state in error handler (ie Action still on stack)   John. - Original Message - From: Jason Carreira To: [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 12:39 AM Subject: RE: [OS

RE: [OS-webwork] ActionInvocation result

2003-11-04 Thread Jason Carreira
it's better to let them get out to the caller (the servlet in the ww2 case) to be handled...   Jason -Original Message-From: John Patterson [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 11:40 AMTo: [EMAIL PROTECTED]Subject: Re: [OS-webwork] ActionInvocatio

Re: [OS-webwork] ActionInvocation result

2003-11-04 Thread Tim Dwelle
> Also, my logic stated that if the result HAS been executed then we > can assume that the result HAS been executed can't argue with that logic :) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you b

Re: [OS-webwork] ActionInvocation result

2003-11-04 Thread John Patterson
John. - Original Message - From: Jason Carreira To: [EMAIL PROTECTED] Sent: Tuesday, November 04, 2003 3:30 PM Subject: RE: [OS-webwork] ActionInvocation result The result code is mapped to a result based on the configuration (i.e. "success" is mapped to a JSP,

RE: [OS-webwork] ActionInvocation result

2003-11-04 Thread Jason Carreira
r 04, 2003 7:42 AMTo: WebworkSubject: [OS-webwork] ActionInvocation result Hi,   What is the the purpose of the result code returned from ActionInvocation.invoke()?  I can't find anywhere in the code that it is used?  Also, any comments on my plan to implement an ExceptionH

[OS-webwork] ActionInvocation result

2003-11-04 Thread John Patterson
Hi,   What is the the purpose of the result code returned from ActionInvocation.invoke()?  I can't find anywhere in the code that it is used?  Also, any comments on my plan to implement an ExceptionHandlerInterceptor like so:   ExceptionHandlerInterceptor catches all Exceptions and checks to