Re: Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread daveck
sion. > > HTH, > > L. > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.co

Re: Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread Laurie Harper
daveck wrote: Hello, I need to put up a "Confirmation Screen" in between my input jsp and my success jsp. byproduct.action -> byproduct-input.jsp byproduct-input.jsp -> confirm.jsp (If yes...) confirm.jsp -> byproduct.action byproduct.action -> byproduct-success.action Is there a Struts 2 way t

Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread daveck
s! -- View this message in context: http://www.nabble.com/Newbie-to-Struts-2---Question-about-Interceptors-tp15230274p15230274.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAI

Re: question about interceptors

2008-01-15 Thread Dave Newton
--- Darren James <[EMAIL PROTECTED]> wrote: > If your action does not define an interceptor does it get the default > one (i.e. "defaultStack")? Yep. > also, if your action *does* define an interceptor, does that augment the > default one or override it? Override. > > /

question about interceptors

2008-01-15 Thread Darren James
Hi all, I'm new to struts2 and have some questions about configuring Interceptors. If your action does not define an interceptor does it get the default one (i.e. "defaultStack")? e.g. // does this action get the struts2 default interceptor stack /myAction.jsjp

question about interceptors and profiling

2007-03-01 Thread Mike Baroukh
Hi. I'm using a custom stack that calls use the following interceptors : exception, alias, fileUpload, servlet-config, cardibox-bo, prePreparationParams, prepare, i18n, chain, checkbox, static-params, params, cardibox-web, conversionError, validation, workflow. Si I just have 2 customs inter