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.

Poblem with bean-validation ( Git-Hub) and struts2-bean-validation-plugin-2.5-BETA2.jar

2015-10-08 Thread Chris
Hello , I have some problem with bean-validationand struts2-bean-validation-plugin-2.5-BETA2.jarSources :   https://github.com/apache/struts-examples/tree/master/bean-validationWith new sources and Schema2.5 DTD My lib struts-examples23/11/2013  17:55    43 578 asm-3.3.jar23/11/2013 

Re: Poblem with bean-validation ( Git-Hub) and struts2-bean-validation-plugin-2.5-BETA2.jar

2015-10-08 Thread Chris
PS : All is OK if I use 17/07/2015  09:56    24 583 struts2-bean-validation-plugin-2.5-BETA1.jarThis one is OK Another log oct. 08, 2015 9:24:30 AM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception au démarrage du filtre struts2 Unable to load configuration. -

Re: Poblem with bean-validation ( Git-Hub) and struts2-bean-validation-plugin-2.5-BETA2.jar

2015-10-08 Thread Johannes Geppert
Hi Chris, this was my fault. I added a predefined stack for an easy use together with the rest plugin. But I don't had in mind that it then needs the rest plugin as a dependency. This is already reverted if you would use the current SNAPSHOT. If you would like to use the BETA2 version you can

Re: Poblem with bean-validation ( Git-Hub) and struts2-bean-validation-plugin-2.5-BETA2.jar

2015-10-08 Thread Christoph Nenning
> Yes, I think I 'll use BETA1 with bean-validation.Regards,Chris > I don't know how I could add dependencies, I don't use Maven, but ant. > > it is not in maven pom. Please try to add it manually. > > > > MG>add this xstream dependency in section > > Well, in case of ant you have to download