Re: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Lukasz Lenart
2013/3/21 Álvaro López López : > 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 clas

RE: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Álvaro López López
r-input. As I am using JBoss, I also included two constants in struts.xml which 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 P

Re: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Lukasz Lenart
2013/3/21 Álvaro López López : > 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 > register-input.jsp

RE: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Álvaro López López
s2_Annotations_Mvn" (the name of the project) but it still doesn´t work... :S Next step? -Mensaje original- De: 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

Re: Struts 2 Annotations Maven - No Action mapped

2013-03-21 Thread Lukasz Lenart
2013/3/21 Álvaro López López : > 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 > Then, I up