Re: Use global result from another result

2015-10-08 Thread Christoph Nenning
> From: JOSE L MARTINEZ-AVIAL > To: Struts Users Mailing List , > Date: 07.10.2015 20:25 > Subject: Use global result from another result > > Hello, > I have a global result defined as follows: > type="tiles">common.error.screen.newtarget > > And

Re: Use global result from another result

2015-10-08 Thread JOSE L MARTINEZ-AVIAL
Yes, that would be a solution, but it would be great to be able to map 'standard' result names (input, error) to global-results. We don't have that need frequently, but once in a while we do, and that would work for us. JL 2015-10-08 3:34 GMT-04:00 Christoph Nenning

Re: Use global result from another result

2015-10-08 Thread Lukasz Lenart
2015-10-08 10:07 GMT+02:00 JOSE L MARTINEZ-AVIAL : > Yes, that would be a solution, but it would be great to be able to map > 'standard' result names (input, error) to global-results. We don't have > that need frequently, but once in a while we do, and that would work for us.

Re: Use global result from another result

2015-10-07 Thread Lukasz Lenart
2015-10-07 20:26 GMT+02:00 JOSE L MARTINEZ-AVIAL : > Hello, > I have a global result defined as follows: > type="tiles">common.error.screen.newtarget > > And then I have an action that can return success, and go to a specific and > defined result, but in any other case I want