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 lukaszlen...@apache.orgwrote: This is a well know problem with Eclipse -

Re: missing action

2013-07-31 Thread Christian Grobmeier
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:41 PM com.opensymphony.xwork2.util.logging.jdk.JdkLogger error SEVERE: Dispatcher initialization failed Unable to load configuration. - action

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/

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:41 PM

Re: missing action

2013-07-30 Thread Dave Newton
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/workspace/.metadata/.plugins/org.eclipse.wst.server.core

Re: missing action

2013-07-30 Thread Tommy Pham
://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:41 PM com.opensymphony.xwork2.util.logging.jdk.JdkLogger error

Re: Struts2: Handling a Missing Action (404)

2008-11-18 Thread Allen Lee
respective namespace. If a missing action does throw an exception, may someone explain why this struts.xml configuration is failing to catch it: struts constant name=struts.devMode value=false / constant name=struts.action.extension value= / constant name

Struts2: Handling a Missing Action (404)

2008-11-08 Thread delsvr
... 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 this struts.xml configuration

Re: Struts2: Handling a Missing Action (404)

2008-11-08 Thread Wes Wannemacher
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: struts constant name=struts.devMode value

Re: Struts2: Handling a Missing Action (404)

2008-11-08 Thread delsvr
thrown when an action 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

Re: Struts2: Handling a Missing Action (404)

2008-11-08 Thread Wes Wannemacher
. If a missing action does throw an exception, may someone explain why this struts.xml configuration is failing to catch it: struts constant name=struts.devMode value=false / constant name=struts.action.extension value= / constant name=struts.enable.SlashesInActionNames value