Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-28 Thread Julio Aragao
Sure thing Lukasz! Thanks! Julio Aragao Software Engineer ju...@quimbik.com Skype: jcnaragao Mobile Phone: US 415-684-8506 "A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bo

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
2015-07-21 12:54 GMT+02:00 Júlio Aragão : > Lukasz, > > Thanks for the answer. So, is there a way to map the root to an specific > action, with convention and rest plugins, once RestActionMapper returning > null is the desired effect? Hm... not sure if such situation was predicted. I mean using RE

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Júlio Aragão
Lukasz, Thanks for the answer. So, is there a way to map the root to an specific action, with convention and rest plugins, once RestActionMapper returning null is the desired effect? Thanks! -Julio On Jul 21, 2015 4:44 AM, "Lukasz Lenart" wrote: > It's broken/fixed by this issue > https://issue

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
It's broken/fixed by this issue https://issues.apache.org/jira/browse/WW-3857 Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2015-07-21 3:05 GMT+02:00 Julio Aragao : > Hi all, > > I have a web app made using Struts 2 version 2.1.8, and its Convention and > REST plugins. I needed