--- [EMAIL PROTECTED] wrote:
> I was talking about a "dynamic" mecanism. In Struts
> 1, I never called super.dispathMethod() : the
> CRMAction.dispatchMethod() was first called by 
> Struts, then my "return super.dispatchMethod()" was
> returning the ActionForward returned by my called 
> Action.

That's certainly true, but S2 doesn't have a
DispatchAction, so that's not really going to work.

You may want to consider using interceptors for much
of the cross-cutting functionality you described.

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to