struts-config.xml question

2003-06-12 Thread Dan Tarkenton
When defining an action element in the struts-config.xml file, we always utilize the path attribute. For example, I have two actions defined in my struts-config.xml *snippet* actionpath=/home type=foo.strutsApp.ContentAction name=contentForm

RE: struts-config.xml question

2003-06-12 Thread Dan Tarkenton
this. Jerry Jalenak [EMAIL PROTECTED] wrote: Look at the following : http://www.mail-archive.com/[EMAIL PROTECTED]/msg68361.html Jerry Jalenak Team Lead, Web Publishing LabOne, Inc. 10101 Renner Blvd. Lenexa, KS 66219 (913) 577-1496 [EMAIL PROTECTED] -Original Message- From: Dan Tarkenton

Can we 'hot swap' the struts-config.xml?

2003-06-11 Thread Dan Tarkenton
Is it possible, with an instance of a struts 1.0 webapp running in tomcat, to re-initialize the struts-config.xml while the application is still up? I say this because it would be great if I could edit the struts-config.xml as an admin of my site without disrupting the webapp and any potential

No action instance for path your path name could be created

2003-04-02 Thread Dan Tarkenton
Hello all. I apologize for the size of this message, but I thought it necessary to include some of my source. I am trying to do a very basic thing here. I trying to pass form data to an Action object. However i am getting the following tomcat error, when I submit from

RE: No action instance for path your path name could be created

2003-04-02 Thread Dan Tarkenton
Yes I am sure everything is compiling. I use ant to take care of my build and creation of my ginsu.war (ginsu = my web app name). In my build process, after a compile, I basically jar all of my class files into ginsu.jar, and this jar file winds up in my WEB-INF/lib directory. I basically

Re: No action instance for path your path name could be created

2003-04-02 Thread Dan Tarkenton
[EMAIL PROTECTED] wrote: Could it be that your action class is in package: package src.ginsu.strutsApp; and in your struts-config.xml you are trying to load type=ginsu.strutsApp.AddFileAction ie. package ginsu.strutsApp Dan Tarkenton wrote: Hello all. I apologize

how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
I have been referencing the book Struts in Action by Ted Husted as well as the struts site. I cannot figure out what to point my browser to in order to invoke struts. I have zero JSPs in my struts application -- I have no need for them because I am utilizing Model X where I have one XSLT

Re: how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
[EMAIL PROTECTED] wrote: On Thu, 27 Mar 2003, Dan Tarkenton wrote: Date: Thu, 27 Mar 2003 12:32:09 -0800 (PST) From: Dan Tarkenton [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how to invoke the action servlet? I have

RE: how to invoke the action servlet?

2003-03-27 Thread Dan Tarkenton
to run the example. If that works, you can slowly integrate your code into that webapp. Surely you will find the point at which it starts failing. Good luck! --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -Original Message- From: Dan Tarkenton