Re: Why add form-property to struts-config.xml for DynaActionForms

2002-10-10 Thread David Graham
; >Subject: Why add form-property to struts-config.xml for DynaActionForms >Date: Thu, 10 Oct 2002 19:21:43 +0100 > >Is it possible to avoid adding tags to struts-config.xml >for DynaActionForms? Struts complains if these aren't provided. > >For example, if I have a

Why add form-property to struts-config.xml for DynaActionForms

2002-10-10 Thread Praful . Kapadia
Is it possible to avoid adding tags to struts-config.xml for DynaActionForms? Struts complains if these aren't provided. For example, if I have a form with fields called username, password, currencyList and activityStatus, I have to add the following to struts-confi

name and attribute in struts-config.xml (v1.1b2)

2002-10-10 Thread Keith Cheng
Dear all, After I changed to use struts 1.1b2, I found that I have to use name instead of attribute in . I understand that the "attribute" is just an alias of "name" but I can just only use attribute (without name) in v1.0x. Is name a mandatory field in v1.1x? PS: just for your reference,

Re: Parsing error processing resource path /WEB-INF/struts-config.xml

2002-10-04 Thread Melissa L Kelley
On Fri, 4 Oct 2002, Eddie Bush wrote: I had to revert back to sp1 for Struts 1.1b1 to deploy. However, that was from sp2, and it was a manifest file issue. The latest nightly build is deploying just fine with sp3. I would double check again that it is in "WEB-INF/struts-config.xml&quo

RE: Parsing error processing resource path /WEB-INF/struts-config.xml

2002-10-04 Thread Ramu, Manjukumar [PRDUS]
Can any body help me? -Original Message- From: Ramu, Manjukumar [PRDUS] [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 12:09 PM To: 'Struts Users Mailing List' Subject: Parsing error processing resource path /WEB-INF/struts-config.xml Hello All, I am g

Parsing error processing resource path /WEB-INF/struts-config.xml

2002-10-04 Thread Ramu, Manjukumar [PRDUS]
javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.j ava:780) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:417) at

RE: struts-config.xml question

2002-10-03 Thread Kevin HaleBoyes
Victor and Emmanuel, thanks for your answers. With them, and the later discussion on similar topics I think I understand. Part of my confusion comes from a bug I've not been able to repeat. At one point in time I changed the 'attribute' property to 'name' and my application stopped working. It s

Re: struts-config.xml question

2002-10-01 Thread Emmanuel Boudrant
#x27;attribute', you can change this key. @see the struts-config DTD, there is a lot of comment foreach element/attribute. -emmanuel --- Kevin HaleBoyes <[EMAIL PROTECTED]> a écrit : > I'm looking at the struts-example and its struts-config.xml file. > > In the sec

RE: struts-config.xml question

2002-10-01 Thread Victor CHEVALIER
PROTECTED] Objet : struts-config.xml question I'm looking at the struts-example and its struts-config.xml file. In the section for editRegistration, 'attribute' is set to 'registrationForm'. As I understand it (from the DTD), attribute is the name of the scoped (sessio

struts-config.xml question

2002-10-01 Thread Kevin HaleBoyes
I'm looking at the struts-example and its struts-config.xml file. In the section for editRegistration, 'attribute' is set to 'registrationForm'. As I understand it (from the DTD), attribute is the name of the scoped (session or request) attribute that is used to a

multiple struts-config.xml files in Struts 1.1?

2002-09-19 Thread Steinar Bang
Is there any chance that James Husted's patch for allowing multiple struts-config.xml files will be included into the final Struts 1.1 release? The reason I'm interested in it, is that I would like to be able to make local customizations to a standard webapp. The local customizatio

Re: Need assistance with application flow (struts-config.xml question)

2002-09-17 Thread John Owen
Please ignore this, I didn't mean for this to be sent just yet. ;) - Original Message - From: "John Owen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 17, 2002 10:29 AM Subject: Need assistance with application flow (struts-config.xml

Need assistance with application flow (struts-config.xml question)

2002-09-17 Thread John Owen
I have a jsp that uses to call an action that needs no input (and hence no form) from a user, e.g. : . I then populate a resultant form within the action class and forward (on success) to this form. Should I set up my struts-config.xml like this : OR like this

RE: Reloading struts-config.xml

2002-09-12 Thread John Yu
t to have to reload my entire webapp everytime I make a little >update to the struts-config.xml ! >is there any way to reload struts-config.xml on runtime, without redeploying >the application ? > >for example, in Struts 1.0, ther was an admin action that you can call from >a specif

RE: Reloading struts-config.xml

2002-09-12 Thread Jason Rosen
I use similar Ant tasks using 4.0 with the Ant (HTTP) task and pointing at the manager app. Jason -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 11:01 AM To: Struts Users Mailing List Subject: Re: Reloading struts-config.xml I

Re: Reloading struts-config.xml

2002-09-12 Thread Eddie Bush
an really simplify your life, *if* you're using Tomcat 4.1 -- I don't believe 4.0 has such support :-( Regards, Eddie phpsurf wrote: >Maybe was question was quite confusing ... >First, I'm talking about Struts 1.1b2 >Second, the problem is during development only : >I don

RE: Reloading struts-config.xml

2002-09-12 Thread phpsurf
Maybe was question was quite confusing ... First, I'm talking about Struts 1.1b2 Second, the problem is during development only : I don't want to have to reload my entire webapp everytime I make a little update to the struts-config.xml ! is there any way to reload struts-config.xml

Re: Reloading struts-config.xml

2002-09-12 Thread Michael Lee
I use Weblogic 6.1sp3. I put everything in my WAR. The struts app goes in WEB-INF/lib/struts.jar and the struts-config.xml goes in the WEB-INF dir. I even have a resource bundle in there. It all gets reloaded upon deployment! VERY nice feature. In a nutshell, if your container can class load your

RE: Reloading struts-config.xml

2002-09-12 Thread phpsurf
but this would reload the entire webapp ! that's what I would like to avoid ... > -Original Message- > From: Joe Latty [mailto:[EMAIL PROTECTED]] > Sent: jeudi 12 septembre 2002 15:21 > To: Struts Users Mailing List > Subject: RE: Reloading struts-config.xml > >

RE: Reloading struts-config.xml

2002-09-12 Thread Joe Latty
: Struts Users Mailing List Subject: Reloading struts-config.xml Hi I'm new to struts, so I apologize in advance if my question has already shown up ... I would like to know if there is a way to setup struts (in development mode) to automatically reload its configuration file when it has been mod

RE: Reloading struts-config.xml

2002-09-12 Thread Galbreath, Mark
AFAIK, no. struts-config.xml is loaded into memory upon the first instantiation of ActionServlet and stays resident until the container is rebooted. Mark (right, guys?) -Original Message- From: phpsurf [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 8:33 AM To: Struts

Reloading struts-config.xml

2002-09-12 Thread phpsurf
Hi I'm new to struts, so I apologize in advance if my question has already shown up ... I would like to know if there is a way to setup struts (in development mode) to automatically reload its configuration file when it has been modified. Or how can I make it reload the file, on demand, without

Re: How to access the file mappings in struts-config.xml from a none struts servlet

2002-09-11 Thread Craig R. McClanahan
ED]> > Subject: How to access the file mappings in struts-config.xml from a none > struts servlet > > > Does anyone know if there is a way that I can obtain a file mapping that > resides in the struts-config.xml, from a servlet that is outside of the > struts framework? This i

How to access the file mappings in struts-config.xml from a none struts servlet

2002-09-11 Thread Forrester, Tom
Does anyone know if there is a way that I can obtain a file mapping that resides in the struts-config.xml, from a servlet that is outside of the struts framework? This is using Struts1.01 Best wishes Tom Forrester Thales Defence Information Systems DISCLAIMER: The information in this

Re: Need help in struts-config.xml file

2002-09-04 Thread Billy Ng
ts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 12:16 PM Subject: Need help in struts-config.xml file > Hi,I am developing a web application using struts, my > URL to the main page > ishttp://localhost:8080/maps/pages/index.jspMy web > application is

Need help in struts-config.xml file

2002-09-04 Thread Ashish Kulkarni
Hi,I am developing a web application using struts, my URL to the main page ishttp://localhost:8080/maps/pages/index.jspMy web application is maps, so if i have to define a action tag in struts-config.xml how can i do it.i have defined a action tag like below, and i have in my selectenv.jsp

data-source and struts-config.xml

2002-08-27 Thread Jim Conrad
I am new to struts, but I have RTFM and STFW in search of a solution. So now I reach out to the gurus among you. I need to reach my database. When I include a data source definition in my struts-config.xml file as follows (slightly changed to protect the innocent

query string with more then one param in struts-config.xml

2002-08-20 Thread Sriram Nookala
I have the following forward within an action in struts-config.xml: However tomcat doesn't seem to like it, so I changed it to: This however doesn't seem to do the right forward. How do I have a query string with more than param in struts-config.xml? thanks, sriram -- To u

Problems with path attribute of element action in struts-config.xml

2002-08-17 Thread Daniel H. F. e Silva
Hi all, I am using Struts 1.0.2 at a business project. Problem is : i'd like to have path attributes of elements action like this: path="/jsp/template.jsp?pageMenu=/jsp/menu.jsp&pageContent=/jsp/content.jsp" But i'm not having success on this. Why? At DTD i saw that path attribute is a CDATA.

RE: Local/Global Exception Handling: How do you specify ContextRe lati ve path(action's input) in the Sub-Apps' struts-config.xml

2002-08-14 Thread Trieu, Danny
Local/Global Exception Handling: How do you specify ContextRe lati ve path(action's input) in the Sub-Apps' struts-config.xml Hi, You should be able to use a tile definition name in the path of an exception. The struts exception mechanism create a forwardConfig which is treated

Re: Local/Global Exception Handling: How do you specify ContextRelati ve path(action's input) in the Sub-Apps' struts-config.xml

2002-08-14 Thread Cedric Dumoulin
27;Struts Users Mailing List' <[EMAIL PROTECTED]> >>Subject: RE: Local/Global Exception Handling: How do you specify >>ContextRe lati ve path(action's input) in the Sub-Apps' struts-config.xml >> >>Can you give me an example of how path one can

RE: Local/Global Exception Handling: How do you specify ContextRe lati ve path(action's input) in the Sub-Apps' struts-config.xml

2002-08-14 Thread Craig R. McClanahan
: How do you specify > ContextRe lati ve path(action's input) in the Sub-Apps' struts-config.xml > > Craig, > > Thanks for your help. It has been valuable. Craig, Sub-Module are very > useful. However, it seems to > Only allow you to modulize the controller c

RE: Local/Global Exception Handling: How do you specify ContextRe lati ve path(action's input) in the Sub-Apps' struts-config.xml

2002-08-14 Thread Trieu, Danny
ig, danny -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 5:21 PM To: Struts Users Mailing List Subject: RE: Local/Global Exception Handling: How do you specify ContextRe lati ve path(action's input) in the Sub-Apps' struts-c

RE: Local/Global Exception Handling: How do you specify ContextRelati ve path(action's input) in the Sub-Apps' struts-config.xml

2002-08-13 Thread Craig R. McClanahan
ject: RE: Local/Global Exception Handling: How do you specify > ContextRe lati ve path(action's input) in the Sub-Apps' struts-config.xml > > Can you give me an example of how path one can be set to a > module-relative resource? > This can be a JSP, Tiles' defin

RE: Local/Global Exception Handling: How do you specify ContextRelati ve path(action's input) in the Sub-Apps' struts-config.xml

2002-08-13 Thread Trieu, Danny
t: Tuesday, August 13, 2002 4:13 PM To: Struts Users Mailing List Subject: Re: Local/Global Exception Handling: How do you specify ContextRelati ve path(action's input) in the Sub-Apps' struts-config.xml On Tue, 13 Aug 2002, Trieu, Danny wrote: > Date: Tue, 13 Aug 2002 14:43:48 -070

Re: Local/Global Exception Handling: How do you specify ContextRelative path(action's input) in the Sub-Apps' struts-config.xml

2002-08-13 Thread Craig R. McClanahan
Local/Global Exception Handling: How do you specify > ContextRelati ve path(action's input) in the Sub-Apps' struts-config.xml > > Craig, > > Do you know how this can be done? > > Thanks, > Currently, paths on declarations are all considered to be module-relative.

Local/Global Exception Handling: How do you specify ContextRelative path(action's input) in the Sub-Apps' struts-config.xml

2002-08-13 Thread Trieu, Danny
Craig, Do you know how this can be done? Thanks, Danny

multiple struts-config.xml files

2002-08-02 Thread Xuan Kieu Thi My
> How can you use multiple xml files instead of the unique struts-config.xml? and use >some xml include directive? > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Not necessary to specify Tiles plugin in struts-config.xml?

2002-07-24 Thread Cedric Dumoulin
You are right. The initialization strategy is only needed if you use definitions from a centralized file. Otherwise, you don't need any initialization. All of this is now explained in Struts pages: http://jakarta.apache.org/struts/userGuide/dev_tiles.html Cedric David M. Karr wrote:

Re: Not necessary to specify Tiles plugin in struts-config.xml?

2002-07-23 Thread David M. Karr
> "Cedric" == Cedric Dumoulin <[EMAIL PROTECTED]> writes: Cedric> Hi, Cedric> The prefer way to enable Tiles in Struts1.1 is now to specify the Tiles Cedric> plugin in each struts-config. If you do that, you don't need to specify the Cedric> TilesRequestProcessor and the

Re: Not necessary to specify Tiles plugin in struts-config.xml?

2002-07-23 Thread Cedric Dumoulin
in specification to the "struts-config.xml" file? I never >did this, and my rather simple application using Tiles works with no problem. > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Not necessary to specify Tiles plugin in struts-config.xml?

2002-07-22 Thread David M. Karr
Isn't it the case that as of the latest Struts distribution, you do NOT have to add the Tiles plugin specification to the "struts-config.xml" file? I never did this, and my rather simple application using Tiles works

Re: RE : [ANNOUNCE] Struts Console v2.0 Problem with roles attribute in Struts-Config.xml

2002-07-10 Thread James Holmes
://www.jamesholmes.com/struts/ --- Jean-François_Brassard <[EMAIL PROTECTED]> wrote: > Hi James, > > You add roles attributes for struts-config.xml 1.1 > but when i compile a > found this errors: > > > - Parse Error at line 43 column 138: Column 138>: XML-0137: > (E

RE : [ANNOUNCE] Struts Console v2.0 Problem with roles attribute in Struts-Config.xml

2002-07-10 Thread Jean-François Brassard
Hi James, You add roles attributes for struts-config.xml 1.1 but when i compile a found this errors: - Parse Error at line 43 column 138: : XML-0137: (Error) Attribute 'roles' used but not declared. org.xml.sax.SAXParseException: : XML-0137: (Error) Attribute 'roles' u

Re[2] Trouble loading struts-config.xml : Not Registrated, use system Identifier

2002-07-05 Thread pierre jauffret
Thank you for your so quick response , Well, i tried your solution by placing the dtds in my classpath : but it didn't work at first. so i changed in the struts-config.xml file the DOCTYPE: the original one: http://jakarta.apache.org/struts/dtds/struts- config_1_0.dtd"> my new on

Re: Trouble loading struts-config.xml : Not Registrated, use system Identifier

2002-07-05 Thread Adolfo Miguelez
rk, loader will look for it in alternative pathes, i.e. classpath: Adolfo >From: pierre jauffret <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Trouble loading struts-config.xml : Not Registrated

Struts 1.1-b1 with WebSphere 3.5.6 javax.servlet.UnavailableException: Parsing error processing resource path .../struts-config.xml

2002-06-28 Thread @Basebeans.com
Subject: Struts 1.1-b1 with WebSphere 3.5.6 javax.servlet.UnavailableException: Parsing error processing resource path .../struts-config.xml From: "Hu Ji Rong" <[EMAIL PROTECTED]> === Hi, I am still getting this error when try to install Struts 1.1-b1 example to my WebSphere 3.

Re: MessageResources configuration line to struts-config.xml ?

2002-06-14 Thread Barbara Post
Users Mailing List <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 4:09 PM Subject: Re: MessageResources configuration line to struts-config.xml ? > Oops, sorry for the confusion. The > tag is new in 1.1 and thus is only > available in Struts 1.1b. > > Here are links to both t

Re: MessageResources configuration line to struts-config.xml ?

2002-06-14 Thread James Holmes
.0.2, should I move to 1.1b ? Gotta > see if it's out of beta > state... > > Barbara > - Original Message - > From: James Holmes <[EMAIL PROTECTED]> > To: Struts Users Mailing List > <[EMAIL PROTECTED]> > Sent: Friday, June 14, 2002 4:02 PM &g

Re: MessageResources configuration line to struts-config.xml ?

2002-06-14 Thread Barbara Post
James Holmes <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 4:02 PM Subject: Re: MessageResources configuration line to struts-config.xml ? > If you use the Struts Console to edit your config file > it will properly place the

Re: MessageResources configuration line to struts-config.xml ?

2002-06-14 Thread James Holmes
the tag, and > which tag, to indicate the location (class) of my > MessageResources > .properties file ! > > The message told to do so : > 1. Define the Resource bundle in the > struts-config.xml file. If you have a > resource > bundle by name >

MessageResources configuration line to struts-config.xml ?

2002-06-14 Thread Barbara Post
ssage told to do so : 1. Define the Resource bundle in the struts-config.xml file. If you have a resource bundle by name FormErrorResources.properties, then define it as follows: Thanks for any clue. Ba

RE: several jsps using 1 action class and avoiding several action statements in struts-config.xml

2002-06-03 Thread Arik Levin ( Tikal )
: Yaman Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 12:42 PM To: Struts Users Mailing List Subject: several jsps using 1 action class and avoiding several action statements in struts-config.xml Hi, I have 4 jsp files using one action class and action class forwards to the page

several jsps using 1 action class and avoiding several action statements in struts-config.xml

2002-06-03 Thread Yaman Kumar
Hi, I have 4 jsp files using one action class and action class forwards to the page which called this action class.Becoz i would like user to go back to same page from which he visited. Can i avoid writing 4 action mappings and all 4 mappings have only same action class but forward value is di

Re: Multiple struts-config.xml for Struts 1.1

2002-05-23 Thread James Holmes
;Chen, Dean (Zhun)" <[EMAIL PROTECTED]> wrote: > There were description about implementing multiple > struts-config.xml in > Struts 1.0x, see > http://www.mail-archive.com/struts-user@jakarta.apache.org/msg28739.html > > Are there any similar solutions for Stru

Multiple struts-config.xml for Struts 1.1

2002-05-22 Thread Chen, Dean (Zhun)
There were description about implementing multiple struts-config.xml in Struts 1.0x, see http://www.mail-archive.com/struts-user@jakarta.apache.org/msg28739.html Are there any similar solutions for Struts 1.1? Thanks Dean Chen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]&g

Beta Error: Parsing error processing resource path /WEB-INF/struts-config.xml

2002-04-25 Thread Joe Osowski
) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:198) at weblogic.Server.main(Server.java:35) javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml at org.apache.struts.action.ActionServlet.initApplicationConfig(ActionServlet.j ava:780

RE: Urgent Websphere and location of Struts-Config.xml file

2002-04-19 Thread Moritz Petersen
and location of Struts-Config.xml file > Importance: High > > > Windows 2000 > > -Original Message- > From: Steven Banks [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 17, 2002 1:01 PM > To: subhendukumar mohanty; [EMAIL PROTECTED] > Subject: RE: Urgent Web

RE: Urgent Websphere and location of Struts-Config.xml file

2002-04-18 Thread subhendukumar mohanty
Windows 2000 -Original Message- From: Steven Banks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 1:01 PM To: subhendukumar mohanty; [EMAIL PROTECTED] Subject: RE: Urgent Websphere and location of Struts-Config.xml file On os/390 the value is found in was.conf for the

RE: Urgent Websphere and location of Struts-Config.xml file

2002-04-17 Thread Steven Banks
anty; [EMAIL PROTECTED] Subject: Re: Urgent Websphere and location of Struts-Config.xml file I had some problems with the location of the xml files on OS/390. It was caused because one server had Servlet 2.2 full compatibilty turned off. When appserver.compliance.mode=false

Re: Urgent Websphere and location of Struts-Config.xml file

2002-04-16 Thread Steven Banks
found the xml file in the following directory: u/mywebs/dev/train/WEB-INF/classes/WEB-INF/struts-config.xml When appserver.compliance.mode=true, the xml file had to be moved to /u/mywebs/dev/train/web/WEB-INF/struts-config.xml Steven Banks 368-0566 >>> "subhen

Urgent Websphere and location of Struts-Config.xml file

2002-04-16 Thread subhendukumar mohanty
Hi I am using struts with websphere 3.5.5. In one of the application server i have kept the struts-config.xml in default_host\webapplicationame\servlets . It is working fine. The same setup is not working in other machine . In that server the apploication is looking for the strits-config.xml

Struts and websphere 3.5 location of struts-config.xml

2002-04-13 Thread subhendukumar mohanty
Hi I am using struts with websphere 3.5. In one of the application server i have kept the struts-config.xml in default_host\webapplicationame\servlets . It is working fine. The same setup is not working in other machine . In that server the apploication is looking for the strits

RE: Struts and websphere 3.5 location of struts-config.xml

2002-04-12 Thread Pruthee, Ranjan
Check you default.servlet_engine for the path in the webgroup for ur appp. Look for path in "". Also it is looking for strits-config.xml or struts-config.xml? I think it might be a typo. Thanks, -Ranjan -Original Message- From: subhendukumar mohanty [mailto:[EMAIL PROTEC

Struts and websphere 3.5 location of struts-config.xml

2002-04-12 Thread subhendukumar mohanty
Hi I am using struts with websphere 3.5. In one of the application server i have kept the struts-config.xml in default_host\webapplicationame\servlets . It is working fine. The same setup is not working in other machine . In that server the apploication is looking for the strits-config.xml

RE: diff applications diff struts-config.xml files

2002-04-09 Thread Pruthee, Ranjan
Radhika, U can have multiple Struts app running on your server. For example, under ur default_host directory, u can have directory structure as - default_host | |--app1 |--app2 Each of these app will have its own struts-config.xml and web.xml. U need to add the application in

diff applications diff struts-config.xml files

2002-04-09 Thread nradhika
hi, Can I have more than one struts-config.xml file on my server. I will configure all the files in web.xml file. If not how can I run 2 different applications from my server??? Help needed desperately -- To unsubscribe, e-mail: <mai

config in struts-config.xml?

2002-04-04 Thread Mark Johnson
I have been unable to access a database as suggested in struts-example.war. I started with a working example that does not access a database, and made a single change: I added a element to struts-config.xml. When I did that, the example at the first attempt to access the action servlet

RE: Struts 1.1b-1 struts-config.xml parsing issues.

2002-04-02 Thread Galbreath, Mark
My dev team found a number of problems upgrading to 1.1b-1. Here's what we found we had to do (with JRun and Visual Source Safe): To upgrade: 1. Get a stable build on your local dev box. One that you know compiles and builds. 2. Zip up your existing dev source. 3. Zip up your J

Struts 1.1b-1 struts-config.xml parsing issues.

2002-04-01 Thread Steve Hupert
I am sure I am missing something in the setup/configuration of beta release. I am having problems getting the application to start without getting a null pointer exception during the parsing of struts-config.xml. I was originally attempting to get this to work using Websphere 4.0. However

RE: struts-config.xml Explanation Needed - Ryan Norman

2002-03-29 Thread Leonardo Maciel
lto:[EMAIL PROTECTED]] Sent: Friday, March 29, 2002 12:40 PM To: Struts User Mailing List Subject: struts-config.xml Explanation Needed - Ryan Norman Hi, I am Ryan Norman. I started with struts about a week ago. I went through the documentation. Still I could not understand some portions of struts. Ca

struts-config.xml Explanation Needed - Ryan Norman

2002-03-29 Thread Ryan Norman
Hi, I am Ryan Norman. I started with struts about a week ago. I went through the documentation. Still I could not understand some portions of struts. Can somebody explain me the following: . Dissection of this tag. . What am I achieving by giving the validate="fals

Problem with Tomcat's security manager and DataSource in struts-config.xml

2002-03-29 Thread stephen.chambers
All, I have been migrating a smaller Tomcat/MySQL application to Struts and have run into a problem. I have completely converted the app to Struts and hit a snag when I inserted the DataSource tag into the struts-config.xml. It began to generate "Cannot fond ActionMappings" err

Re: lajug - Where is struts-config.xml specification - Ryan Norman

2002-03-28 Thread Jeremy Leader
Is http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd (the DTD, Document Type Definition, for the struts-config.xml file) what you're looking for? That's the "official" machine readable specification of what goes in the struts-config.xml file. Or are you lookin

RE: Where is struts-config.xml specification - Ryan Norman

2002-03-27 Thread srinivas
Group Subject: Where is struts-config.xml specification - Ryan Norman Hi, I am Ryan Norman. I know there is a specification given by sun for the web deployment description (web.xml). Is there one for the struts-config.xml file? Does anybody know where to find the struts-config.xml tag specific

Where is struts-config.xml specification - Ryan Norman

2002-03-27 Thread Ryan Norman
Hi, I am Ryan Norman. I know there is a specification given by sun for the web deployment description (web.xml). Is there one for the struts-config.xml file? Does anybody know where to find the struts-config.xml tag specification file? Thanks in advance Ryan Norman

RE: Get properties from the struts-config.xml with Struts 1.1 Beta

2002-03-26 Thread Ditlinger, Steve
Under Struts 1.1, you now specify the mapping as an attribute of the element in the struts-config.xml file as seen here in this snippet from the DTD: -- - hth, Steve -Original Message- From: Falkmar Bodo Hinueber [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Get properties from the struts-config.xml with Struts 1.1 Beta

2002-03-26 Thread Falkmar Bodo Hinueber
Hi, I've a problem with Struts 1.1 Beta, to read properties, which are set in the struts-config.xml This code works with an old version from Struts but not with Struts 1.1 Beta. Can anybody help me? Here are the sources: The web.xml : ... a

RE: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-21 Thread Steve Hupert
/struts-config.xml Hi, you must assign the variable XERCESJAR to your project (right click, properties, java build path, add variable), and check the order must be before the source folder of your project. Enrique. - Original Message - From: "Steve Hupert" <[EMAIL PROTECTED]

Re: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-20 Thread Enrique M. Almonte
IL PROTECTED]> Sent: Wednesday, March 20, 2002 1:38 PM Subject: Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml > I am attempting to create the struts-blank application from > jakarta-struts-1.1b1-lib.zip using Websphere Studio Application Developer >

Struts 1.1b-1 - Parsing error processing resource path /WEB-INF/struts-config.xml

2002-03-20 Thread Steve Hupert
com.ibm.etools.websphere.tools.runner.api.ServerRunner$1.run(ServerRunner.ja va) [ERROR] ActionServlet - -Parsing error processing resource path /WEB-INF/struts-config.xml I noticed other people have posted messages for similar problems and they were usually related to problems with the XML parser. By default, WSAD 4.0 is

RE: Parsing Error for struts-config.xml

2002-03-08 Thread Homer, Christopher
Try removing the 3 DTDs from struts.jar. Chris - Original Message - From: "Suneet Shah" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 7:33 AM Subject: Parsing Error for struts-config.xml Hello, I have struts based application that runs

Re: Parsing Error for struts-config.xml

2002-03-08 Thread Suneet Shah
l" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Suneet Shah" <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 3:51 AM Subject: Re: Parsing Error for struts-config.xml > I *think* the problem may be your container's

Re: Parsing Error for struts-config.xml

2002-03-08 Thread Jin Bal
I *think* the problem may be your container's implementation of : InputStream input = getServletContext().getResourceAsStream(config); where config is the struts-config.xml When I tried to use struts with Resin I encountered the same problem (never worked how to fix it started using t

Re: Parsing Error for struts-config.xml

2002-03-07 Thread Ivan Siviero
To: <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 7:33 AM Subject: Parsing Error for struts-config.xml Hello, I have struts based application that runs just fine on a number of application server. However, on Borland Enterprise Server I get the exception below. I am using struts 1.02.

Parsing Error for struts-config.xml

2002-03-07 Thread Suneet Shah
processing resource path /WEB-INF/struts-config.xml at org.apache.struts.action.ActionServlet.initMapping(ActionServlet.java:1337) at org.apache.struts.action.ActionServlet.init(ActionServlet.java:466) at javax.servlet.GenericServlet.init(GenericServlet.java:258) at

Re: Newbie Struts-Config.xml help

2002-03-04 Thread Boney Sze
ke: > > > > > > > But for a submit button the coding in your JSP would > be: > > > > > > In both cases the "/testFinishReason" label matches > the action mapping name in the struts-config.xml > file. >

Re: Newbie Struts-Config.xml help

2002-03-04 Thread MARK NICHOLS
son" label matches the action mapping name in the struts-config.xml file. Hope this helps. /\/\ark ___ - mark h. nichols - dhsv022 at dhs dot state dot il dot us "Ooo. They've got the Internet on computers now." - Homer Simpson >>> [

Newbie Struts-Config.xml help

2002-03-04 Thread Boney Sze
I need to implement struts on my application. My application functions like page1.jsp --> servlet --> javabeans(database access) --> page2.jsp page2.jsp --> servlet --> javabeans --> page3.jsp I have implemented struts using action mappings but it only works when I use a URL link and has

RE: struts-config.xml not loading - WL6.0 - urgent

2002-03-03 Thread Arik Levin ( Tikal )
ar [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 03, 2002 7:39 AM To: '[EMAIL PROTECTED]' Subject: struts-config.xml not loading - WL6.0 - urgent Hi I am using Weblogic 6.0. My problem is its not loading the action mapping at the time of startup. I have kept struts-config.xml in web-i

struts-config.xml not loading - WL6.0 - urgent

2002-03-02 Thread Santhosh Kumar
Hi I am using Weblogic 6.0. My problem is its not loading the action mapping at the time of startup. I have kept struts-config.xml in web-inf and struts.jar in classpath. I have pasted down the console messages. Please let me know if any of you have any clue. Thanks in advance San

Struts config.xml and request/session scope

2002-02-22 Thread theron . kousek
Hi Folks: I have an action in struts.config.xml that looks like: - Question: - The scope refers just to the "BillingIDForm" bean and not the action object? Also, I understand session scope,

RE: Multiple struts-config.xml files?

2002-02-14 Thread Press, Michael
other problem with resources? -Original Message- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 3:55 AM To: [EMAIL PROTECTED] Subject: Re: Multiple struts-config.xml files? Subject: Re: Multiple struts-config.xml files? From: "Jens Mander&quo

Re: Mapping in Struts-config.xml for a servlet

2002-02-14 Thread Ted Husted
Any URI will do. Struts doesn't handle the JSPs, another service does. You can forward to any URI in the application, regardless of what service or servlets handles it. [EMAIL PROTECTED] wrote: > > Hello, > From one action class i have to move to another Servlet,instead of moving > to JS

Re: Mapping in Struts-config.xml for a servlet

2002-02-14 Thread Arun_Kumar_N
Hello, From one action class i have to move to another Servlet,instead of moving to JSP page. Regards Arun -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Mapping in Struts-config.xml for a servlet

2002-02-14 Thread geert
Why would you want to avoid the web.xml ? On Thu, 14 Feb 2002 14:57:32 +0530 [EMAIL PROTECTED] wrote: > > >Hello, >I have to make use of struts-config.xml. >I should avoid using web.xml. > >Regards >Arun > > > > > > > >[EMA

Re: Multiple struts-config.xml files?

2002-02-14 Thread Ted Husted
truts/ "Struts Newsgroup (@Basebeans.com)" wrote: > > Subject: Re: Multiple struts-config.xml files? > From: "Jens Mander" <[EMAIL PROTECTED]> > === > > Which are the alterations required to allow struts 1.0 to permit multiple > Action Servlets? > Doesn&

Re: Mapping in Struts-config.xml for a servlet

2002-02-14 Thread Arun_Kumar_N
Hello, I have to make use of struts-config.xml. I should avoid using web.xml. Regards Arun [EMAIL PROTECTED] on 2002.02.14 14:53:29 Please respond to "Struts Users Mailing List" <[EM

Re: Mapping in Struts-config.xml for a servlet

2002-02-14 Thread geert
nt to call a simple servlet from an action class. >What is the mapping I have to do in struts-config.xml file. >Please look into this > >Regards >Arun > > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mai

Re: Multiple struts-config.xml files?

2002-02-14 Thread Jin Bal
1.0. Jin - Original Message - From: "Struts Newsgroup" <@[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 8:55 AM Subject: Re: Multiple struts-config.xml files? > Subject: Re: Multiple struts-config.xml files? > From: "Jens Mande

<    1   2   3   4   5   6   >