Re: Specific Exception Handling

2016-03-22 Thread Lukasz Lenart
2016-03-22 21:13 GMT+01:00 José Antonio Delgado Trujillo : > In the example of exception - handling explains how to configure an > specific exception for an action. > > It is simple, only write the exception-mapping into the action node. But i > don't know how it works and why we need two result

RE: Specific Exception Handling

2016-03-22 Thread Martin Gainty
Date: Tue, 22 Mar 2016 20:13:37 + Subject: Specific Exception Handling From: jadt...@gmail.com To: user@struts.apache.org In the example of exception - handling explains how to configure an specifi

Re: Specific Exception Handling

2016-03-22 Thread José Antonio Delgado Trujillo
OK, I saw in the github the URL cause actions exceptions in the index,jsp but i dont't still understand the two result in the actionspecificexption. 2016-03-22 20:13 GMT+00:00 José Antonio Delgado Trujillo : > In the example of exception - handling explains how to configure an > specific excepti

Specific Exception Handling

2016-03-22 Thread José Antonio Delgado Trujillo
In the example of exception - handling explains how to configure an specific exception for an action. It is simple, only write the exception-mapping into the action node. But i don't know how it works and why we need two result nodes. [image: Imágenes integradas 1] I understood that if the metho

Re: tiles2.2.2 error for Struts 2.3.28 GA

2016-03-22 Thread Lukasz Lenart
2016-03-22 19:55 GMT+01:00 Emi : > Hello, >> >> - Tiles 2 Plugin was upgraded to latest available Tiles 2 version, see >> WW-4568 > > tiles3.x, everything success. > > For tiles2.2.2, after migrating from2.3.24.1 to 2.3.28, got the following > error: > > org.apache.tiles.definition.NoSuchDefinition

tiles2.2.2 error for Struts 2.3.28 GA

2016-03-22 Thread Emi
Hello, - Tiles 2 Plugin was upgraded to latest available Tiles 2 version, see WW-4568 tiles3.x, everything success. For tiles2.2.2, after migrating from2.3.24.1 to 2.3.28, got the following error: org.apache.tiles.definition.NoSuchDefinitionException: login_page But "login_page" is in tiles

Re: Log4j dtd

2016-03-22 Thread José Antonio Delgado Trujillo
Thanks Lukasz for the link about log4j2 and Martin for log4j.xml in Eclipse. I have the log4j.xml in /src/main/resource and the warning is about the validation of the XML. Eclipse can't locate log4j.dtd and is looking for it in /src/main/java. It is only a warning, i can see the log message in the

[ANN] Apache Struts 2.3.28 GA

2016-03-22 Thread Lukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.3.28 is available as a “General Availability” release. The GA designation is our highest quality grade. Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications. The framework is designed to

Re: Log4j dtd

2016-03-22 Thread Lukasz Lenart
2016-03-21 23:21 GMT+01:00 José Antonio Delgado Trujillo : > Well there are some difference between the online documentation tutorial > basic-struts and the github examples. > > In the documentation > log4j.xml > and in the pom the dependency log4j as artifactId. > > In the github > lo4j2.xml > an