RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
My configuration is very basic. I just use all the defaults. The only thing, I typed is RDM for the deployment Thank you Eugene Etingin -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Wednesday, April 09, 20

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
No, nothing at all Thank you Eugene Etingin 212-815-3393 Land line 646-886-7790 Cell -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Wednesday, April 09, 2014 2:51 PM To: Struts Users Mailing List Subject: Re: No action instance for path /welcomeAction co

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Lukasz Lenart
Anything in the logs? 2014-04-09 20:19 GMT+02:00 Etingin, Eugene : > The problem is that when I try to access URL > http://localhost:7001/RDM/welcomeAction.do > > I receive an error 500 HTTP > > No action instance for path /welcomeAction could be created > > Thank you > > Eugene Etingin > > 212-8

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Paul Benedict
A 500 error means server error. I bet your configuration has a typo or something. Struts won't service anything until you review your logs and correct what's wrong. On Wed, Apr 9, 2014 at 1:15 PM, Lukasz Lenart wrote: > What's the problem? Do you see anything in the logs? > > 2014-04-09 18:24 GM

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
The problem is that when I try to access URL http://localhost:7001/RDM/welcomeAction.do I receive an error 500 HTTP No action instance for path /welcomeAction could be created Thank you Eugene Etingin 212-815-3393 Land line 646-886-7790 Cell -Original Message- From: Lukasz Lenart [ma

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Lukasz Lenart
What's the problem? Do you see anything in the logs? 2014-04-09 18:24 GMT+02:00 Etingin, Eugene : > Dear Struts Experts > > > Can somebody please help me with this problem? I am deploying war file on > Weblogic. The application is done with Struts, > > struts-config > > > > path="/resources/js

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
Hi Eric, Appreciate your prompt response 1. I am trying to modify an old application as more functionality has been requested. The app is working in production. I just need to make it working in my own development environment. 2. I have removed all the comments - did not help 3.

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Eric Reed
Looks like a struts 1 application, why not struts 2? It appears you are capturing request element instead of using the framework, which will work fine but is just a bad practice. Certain versions of Weblogic hiccup on comments in html and config files. Also try port 7101 which is the default on

No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
Dear Struts Experts Can somebody please help me with this problem? I am deploying war file on Weblogic. The application is done with Struts, struts-config WelcomAction.java /** * .  * * *  * Name Date Description * --  *  */ pac

Re: I would like help with the template theme changes in 2.3.16.1

2014-04-09 Thread Stuart James
Hi Lukasz, I have raised an issue https://issues.apache.org/jira/browse/WW-4319 and included an demo app. Please let me know if there are any problems with the demo. Thanks Steve - Original Message - From: Lukasz Lenart To: Struts Users Mailing List ; Stuart James Cc: Sent: Wednesday,

Re: I would like help with the template theme changes in 2.3.16.1

2014-04-09 Thread Lukasz Lenart
And register an issue? 2014-04-09 14:10 GMT+02:00 Lukasz Lenart : > Can you prepare a small Maven based demo app? > > 2014-04-09 14:00 GMT+02:00 Stuart James : >> Hi, >> I am developing an application which has been predominantly written with >> Struts2 version 2.3.15.3 and the struts2-jquery-plu

Re: I would like help with the template theme changes in 2.3.16.1

2014-04-09 Thread Lukasz Lenart
Can you prepare a small Maven based demo app? 2014-04-09 14:00 GMT+02:00 Stuart James : > Hi, > I am developing an application which has been predominantly written with > Struts2 version 2.3.15.3 and the struts2-jquery-plugin version 3.6.1. > I have recently upgraded to Struts2 version 2.3.16.1 a

I would like help with the template theme changes in 2.3.16.1

2014-04-09 Thread Stuart James
Hi, I am developing an application which has been predominantly written with Struts2 version 2.3.15.3 and the struts2-jquery-plugin version 3.6.1. I have recently upgraded to Struts2 version 2.3.16.1 and struts2-jquery-plugin version 3.7.0. The application has used the css_xhtml theme throughout,