Re: Struts 3 request/response processing

2014-11-25 Thread Paul Benedict
Responding to both you and Steven: Yes, the ActionMapper does select the action and method. My apologies for phrasing my question as I did. Yet where in the interceptor chain is the ActionMapper invoked? Or invoking the action? I think it's part of our hidden stock functionality which means I can'

Re: Struts 3 request/response processing

2014-11-25 Thread Dave Newton
On Tue, Nov 25, 2014 at 10:24 AM, Paul Benedict wrote: > For example, there is no easy way in S2 to customize which action will be > selected -- or which method on the action will be invoked. Customize in what way? Wouldn't most situations be covered by either wildcarding or regex matchers? Dave

Re: Struts 3 request/response processing

2014-11-25 Thread Steven Benitez
Wouldn't the action and method to select be up to the ActionMapper itself? What is the use case here? On Tuesday, November 25, 2014, Paul Benedict wrote: > I added this to the wiki [1] and would like this to have a general > discussion. > > S1 and S2 have different infrastructure to process a re

Re: Conversion errors and json

2014-11-25 Thread Lukasz Lenart
2014-11-13 22:53 GMT+01:00 Paul Benedict : > "jsonValidationWorkflowStack" includes "basicStack" which includes > "conversionError" interceptor... > > An unintended consequence is that conversion error messages cannot be > customized because ConversionErrorInteceptor runs before > ValidationInterce

Struts 3 request/response processing

2014-11-25 Thread Paul Benedict
I added this to the wiki [1] and would like this to have a general discussion. S1 and S2 have different infrastructure to process a request/response. They overlap to some degree in concept but each has a strength and weakness: S2 is superior by allowing the user to configure processing with "inte