Re: missing action

2013-08-16 Thread Tommy Pham
Hi Lukasz, Been busy with other things and didn't have time troubleshoot it. I finally got it to work properly via: Maven clean Maven install Run on Server Thanks, Tommy On Wed, Jul 31, 2013 at 1:24 AM, Lukasz Lenart wrote: > This is a well know problem with Eclipse - it stop deploying new >

Re: missing action

2013-07-31 Thread Lukasz Lenart
This is a well know problem with Eclipse - it stop deploying new version at some point. Try to Clean and Deploy (that how it was in NetBeans - I don't have Eclipse) Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ -

Re: missing action

2013-07-31 Thread Christian Grobmeier
the tutorial: >> > >> > >> http://struts.apache.org/release/2.3.x/docs/hello-world-using-struts-2.html >> > >> > to create a Struts 2 application with maven and eclipse but encountering >> a >> > 404 error with missing action with

Re: missing action

2013-07-30 Thread Tommy Pham
to follow the tutorial: > > > > > http://struts.apache.org/release/2.3.x/docs/hello-world-using-struts-2.html > > > > to create a Struts 2 application with maven and eclipse but encountering > a > > 404 error with missing action with this error in the console:

Re: missing action

2013-07-30 Thread Dave Newton
but encountering a > 404 error with missing action with this error in the console: > > Jul 30, 2013 3:24:41 PM com.opensymphony.xwork2.util.logging.jdk.JdkLogger > error > SEVERE: Dispatcher initialization failed > Unable to load configuration. - action - > > file:/D:/data/w

missing action

2013-07-30 Thread Tommy Pham
Hi, I'm trying to follow the tutorial: http://struts.apache.org/release/2.3.x/docs/hello-world-using-struts-2.html to create a Struts 2 application with maven and eclipse but encountering a 404 error with missing action with this error in the console: Jul 30, 2013 3:24:

Re: Struts2: Handling a Missing Action (404)

2008-11-18 Thread Allen Lee
pping, but > this is insufficient as it only seems to match missing actions within its > respective namespace. > > If a missing action does throw an exception, may someone explain why this > struts.xml configuration is failing to c

Re: Struts2: Handling a Missing Action (404)

2008-11-08 Thread Wes Wannemacher
Struts2 to handle non-existing actions, globally? I thought > >> a > >> global exception mapping would do it, but it doesn't seem like an > >> exception > >> is being thrown when an action can't be found... o

Re: Struts2: Handling a Missing Action (404)

2008-11-08 Thread delsvr
bally? I thought >> a >> global exception mapping would do it, but it doesn't seem like an >> exception >> is being thrown when an action can't be found... or maybe one is, but >> it's >> handled by the dispatcher? I've also tried a wild

Re: Struts2: Handling a Missing Action (404)

2008-11-08 Thread Wes Wannemacher
d a wildcard action mapping, but > this is insufficient as it only seems to match missing actions within its > respective namespace. > > If a missing action does throw an exception, may someone explain why this > struts.xml configuration is failing to catch it: > > >

Struts2: Handling a Missing Action (404)

2008-11-08 Thread delsvr
can't be found... or maybe one is, but it's handled by the dispatcher? I've also tried a wildcard action mapping, but this is insufficient as it only seems to match missing actions within its respective namespace. If a missing action does throw an exception, may someone explain why