Re: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Lukasz Lenart
2013/3/21 Álvaro López López allo...@gmv.com: Hello everyone, I am following the Struts2 Getting Started tutorial at http://struts.apache.org/development/2.x/docs/getting-started.html I reached the Struts 2 Annotations. I downloaded the Maven version: Struts2_Annotations_Mvn_2_2_1.zip

RE: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Álvaro López López
: Lukasz Lenart [mailto:lukaszlen...@apache.org] Enviado el: jueves, 21 de marzo de 2013 12:40 Para: Struts Users Mailing List Asunto: Re: Struts 2 Annotations Maven - No Action mapped 2013/3/21 Álvaro López López allo...@gmv.com: Hello everyone, I am following the Struts2 Getting Started

Re: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Lukasz Lenart
2013/3/21 Álvaro López López allo...@gmv.com: I have tried to mimic that behavior in my version (struts2 - 2.312) but what explained in this paragraph is not working: The input method above returns input. By the standards of the Convention plugin, the view page rendered will be

RE: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Álvaro López López
are considered in the documentation. Finally, I would like to thank Łukasz for his quick comments. -Mensaje original- De: Lukasz Lenart [mailto:lukaszlen...@apache.org] Enviado el: jueves, 21 de marzo de 2013 14:34 Para: Struts Users Mailing List Asunto: Re: Struts 2 Annotations Maven

Re: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Lukasz Lenart
2013/3/21 Álvaro López López allo...@gmv.com: After reviewing the Convention Plugin documentation I found struts and action are keywords for the plugin to find packages. As the classes were under org.apache.struts.struts2annotations.action, the default Namespace didn´t find the action