Re: The same name in scope, but different names in struts-config.xml

2002-01-11 Thread Christian Bouessay
Would it be possible to have just 1 form with a type property and then from the JSP's a hidden field that sets the type? Based on this type you can control the proper validation. Having different classes with the same form name could get messy. Do you mean only one class (Form.java)

Struts-config.xml

2002-01-06 Thread Rajan, Jeffy
I hope someone can provide me a sample struts-config.xml snippet for my workflow stated as below: 1. A form is displayed to the user. The form has some fields with defaults values (i.e. current date etc) and blank fields 2. The form has the following actions permitted: SAVE (update/insert

Re: Struts-config.xml

2002-01-06 Thread Ted Husted
-3463. -- Web http://www.husted.com/struts/ Rajan, Jeffy wrote: I hope someone can provide me a sample struts-config.xml snippet for my workflow stated as below: 1. A form is displayed to the user. The form has some fields with defaults values (i.e. current date etc) and blank fields

RE: Struts-config.xml

2002-01-06 Thread Rajan, Jeffy
Message- From: Ted Husted [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 06, 2002 10:52 AM To: Struts Users Mailing List Subject: Re: Struts-config.xml What you are really asking is how to have different buttons fire different actions. There are several approach to this. The JavaScript

Documentation for struts-config.xml?

2002-01-04 Thread Mark Woon
Hello all... Another newbie question: is there any documentation for struts-config.xml? Thanks, -Mark -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: Documentation for struts-config.xml?

2002-01-04 Thread Ramanswamy, Muthu
Check the following dtd: http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd -Original Message- From: Mark Woon [mailto:[EMAIL PROTECTED]] Sent: Friday, January 04, 2002 5:50 PM To: [EMAIL PROTECTED] Subject: Documentation for struts-config.xml? Hello all... Another newbie

Configuration struts-config.xml

2001-12-28 Thread Philip Tong
Dear all, When i study the the struts example and DTD, a set-property element has been found in action element. likes as follows: action path=/logon type=jspbook.example.authcontrol.LogonAction name=logonForm scope=request input=/logon.jsp

RE: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Jeff Martin
What kind of error do you mean? Does it parse and validate against the provided DTD? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:14 AM To: Struts Users Mailing List Subject: struts-config.xml-Is there a tool to find errors

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
PROTECTED]] Sent: Wednesday, December 19, 2001 2:14 AM To: Struts Users Mailing List Subject: struts-config.xml-Is there a tool to find errors in it? Hi I have an error with my struts-config.xml file and I cannot find where the error is. Is there a tool which will help me track down where

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread ejf
try this link. it might help. Struts Console version 1.2 is now available. http://www.jamesholmes.com/struts/ http://www.jamesholmes.com/struts/struts-console-1.2.zip [EMAIL PROTECTED] wrote: Hi I have an error with my struts-config.xml file and I cannot find where the error

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
struts-config.xml file and I cannot find where the error is. Is there a tool which will help me track down where the error is, the messages in the tomcat log files are not very helpful in tracking down the error. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
, December 19, 2001 2:14 AM To: Struts Users Mailing List Subject: struts-config.xml-Is there a tool to find errors in it? Hi I have an error with my struts-config.xml file and I cannot find where the error is. Is there a tool which will help me track down where the error is, the messages

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Tuomo Syvänperä
]] Sent: Wednesday, December 19, 2001 2:14 AM To: Struts Users Mailing List Subject: struts-config.xml-Is there a tool to find errors in it? Hi I have an error with my struts-config.xml file and I cannot find where the error is. Is there a tool which will help me track down where the error

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
I changed to have tomcat run with 1.3 and it works fine now. Question for someone. Is the active development of struts done with Suns JDK1.3 or Suns JDK1.4? or some other vendors JDK. Cheers Tony Tuomo Syvänperä wrote: The problem only came up occasionally. If I had two webapps and I

Re: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread antony
of error do you mean? Does it parse and validate against the provided DTD? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:14 AM To: Struts Users Mailing List Subject: struts-config.xml-Is there a tool to find errors

RE: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Bryant, Doug
/ hope this helps. Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 19, 2001 2:14 AM To: Struts Users Mailing List Subject: struts-config.xml-Is there a tool to find errors in it? Hi I have an error with my struts-config.xml file and I

RE: struts-config.xml-Is there a tool to find errors in it?

2001-12-19 Thread Martin Farrell
PROTECTED]] Sent: 19 December 2001 13:40 To: 'Struts Users Mailing List' Subject: RE: struts-config.xml-Is there a tool to find errors in it? I use xmllint. It is very simplistic, but works well. It comes as part of the gnome xml library, but you can download the sources and compile with cygwin

struts-config.xml-Is there a tool to find errors in it?

2001-12-18 Thread antony
Hi I have an error with my struts-config.xml file and I cannot find where the error is. Is there a tool which will help me track down where the error is, the messages in the tomcat log files are not very helpful in tracking down the error. Cheers Tony -- To unsubscribe, e-mail: mailto

struts-config.xml question

2001-12-06 Thread Edward Q. Bridges
given the below struts config which is part of a war file named 'wizard.war', i am trying to have a url that appears in the client web-browser address bar of the sort: http://localhost:8080/wizard/logon but the only thing i can get to work is: http://localhost:8080/wizard/logon.jsp how can i

RE: struts-config.xml question

2001-12-06 Thread Jon.Ridgway
Hi Edward You will need to add a mapping into your web.xml. Jon. -Original Message- From: Edward Q. Bridges [mailto:[EMAIL PROTECTED]] Sent: 06 December 2001 09:36 To: [EMAIL PROTECTED] Subject: struts-config.xml question given the below struts config which is part of a war file

RE: struts-config.xml question

2001-12-06 Thread Edward Q. Bridges
To: [EMAIL PROTECTED] Subject: struts-config.xml question given the below struts config which is part of a war file named 'wizard.war', i am trying to have a url that appears in the client web-browser address bar of the sort: http://localhost:8080/wizard/logon but the only thing i can get to work

RE: struts-config.xml question

2001-12-06 Thread Alexander Jesse
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 06, 2001 10:59 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: struts-config.xml question ahh, yes. i have that too: servlet-mapping servlet-nameaction/servlet-name url-pattern/wizard

Re: web.xml struts-config.xml - what i'm doing wrong? - SOLVED

2001-11-19 Thread Dalibor Kezele
From: Dalibor Kezele [EMAIL PROTECTED] To: [EMAIL PROTECTED] Apache Tomcat/4.0.1 - HTTP Status 404 - /lead/basicdata.do type Status report message /lead/basicdata.do description The requested resource (/lead/basicdata.do) is not available. I have a form with 10 properties. Problem solved:

Struts + WebSphere ..... Missing configuration resource for path /WEB-INF/struts-config.xml

2001-11-16 Thread jpablo
] Error Code: 500 Target Servlet: action Error Stack: Root Error-1: Missing configuration resource for path /WEB-INF/struts-config.xml javax.servlet.UnavailableException: Missing configuration resource for path /WEB-INF

Bloated struts-config.xml

2001-11-13 Thread Yee Keat
After developing around 200+ jsp and 600+ java files, the struts-config.xml is getting around 3000 lines. Is there anyway to better organize the contents of the file? Like can organiza by java path or something like that. -- Cheers, Yee Keat -- To unsubscribe, e-mail: mailto:[EMAIL

AW: Bloated struts-config.xml

2001-11-13 Thread Roland Berger
There is a tool called struts console which handles the struts-config.xml file. Unfortunately this tool doesen't format the xml file nicly after saving the struts-config.xml file to disk. But as long as you work with that tool and as long you don't want to go back to edit the xml in a normal

AW: Bloated struts-config.xml

2001-11-13 Thread Ronaldo . Mercado
Over here, we've added entities in the header of struts-config.xml like this: ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd; [ !-- General

Re: AW: Bloated struts-config.xml

2001-11-13 Thread James Holmes
of the spacing. You can also modify the config file afterwards. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Roland Berger [EMAIL PROTECTED] wrote: There is a tool called struts console which handles the struts-config.xml file. Unfortunately this tool doesen't format the xml file

Re: AW: Bloated struts-config.xml

2001-11-13 Thread Darren Spurgeon
the config file afterwards. -james [EMAIL PROTECTED] http://www.jamesholmes.com/struts/ --- Roland Berger [EMAIL PROTECTED] wrote: There is a tool called struts console which handles the struts-config.xml file. Unfortunately this tool doesen't format the xml file nicly after

Newbe - problem with Struts-Config.xml

2001-11-02 Thread tnist
Hello, I am relatively new to Struts and am encountering a problem with the struts-config.xml file. I have set up a global-forwards like below: forward name=menu path=/do/Menu/ Then I set up an action like below: action path=/Menu forward=/WEB-INF/pages/menu.jsp

RE: Newbe - problem with Struts-Config.xml

2001-11-02 Thread Siggelkow, Bill
Your JSPs should not be in your WEB-INF folder ... try moving it up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: Newbe - problem with Struts-Config.xml Hello, I am relatively new

RE: Newbe - problem with Struts-Config.xml

2001-11-02 Thread Drozdowski, Terry
' Subject: RE: Newbe - problem with Struts-Config.xml Your JSPs should not be in your WEB-INF folder ... try moving it up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 10:40 AM To: [EMAIL PROTECTED] Subject: Newbe - problem

RE: Newbe - problem with Struts-Config.xml

2001-11-02 Thread Rob Breeds
] | | cc: | | Subject: RE: Newbe - problem with Struts-Config.xml

RE: Newbe - problem with Struts-Config.xml

2001-11-02 Thread Chen, Gin
, Bill [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 2:14 PM To: 'Struts Users Mailing List' Subject: RE: Newbe - problem with Struts-Config.xml I apologize if I gave out incorrect information. I did not realize that you could place the JSPs in the WEB-INF ... learn something new

Re: XML include hack to split struts-config.xml + Struts Digester

2001-10-20 Thread Renaud Waldura
19, 2001 1:01 PM Subject: RE: XML include hack to split struts-config.xml + Struts Digester James, Thanks! I'll give this a try. BTW, does anyone know what the general consensus is on being able to use these XML external entity references within a WAR? Is it reasonable to expect

struts-config.xml

2001-10-19 Thread storck
Hi, is it somehow possible that struts reads its configuration wich is defined in struts-config.xml and the content of the ApplicationResources.properties from a database? Is it possible to define for each and a bundle of JSP-Pages one ApplicationRescources.properties file so I dont have to put

RE: struts-config.xml

2001-10-19 Thread Vaughan Jackson
, October 19, 2001 8:01 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: struts-config.xml Dirk-- I am working on a patch for Struts to allow multiple config files and application resource files to be used. This would allow the application to be more modularized and would solve

RE: struts-config.xml

2001-10-19 Thread James Holmes
: struts-config.xml Dirk-- I am working on a patch for Struts to allow multiple config files and application resource files to be used. This would allow the application to be more modularized and would solve the problem/complaint of very large unmanageable config files. -james

RE: XML include hack to split struts-config.xml

2001-10-19 Thread Vaughan Jackson
Hi, A while ago (Sept 10), Renaud Waldura posted this issue, saying that the only way he could get this to work was to hardwire the path to an included XML file like this: !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.0//EN

RE: XML include hack to split struts-config.xml

2001-10-19 Thread James Holmes
I have the fix for multiple config files almost done. I need to create the patch and send out an email, but in the mean time you can use: http://www.ejcenter.com/struts/ActionServlet.java Just recompile the 1.0 source with the above file and then in your web.xml file you can use a comma (,)

RE: XML include hack to split struts-config.xml + StrutsDigester

2001-10-19 Thread Vaughan Jackson
- From: James Holmes [mailto:[EMAIL PROTECTED]] Sent: Friday, October 19, 2001 12:32 PM To: [EMAIL PROTECTED] Subject: RE: XML include hack to split struts-config.xml I have the fix for multiple config files almost done. I need to create the patch and send out an email, but in the mean time

Re: XML include hack to split struts-config.xml

2001-10-19 Thread Eric Rizzo
James Holmes wrote: I have the fix for multiple config files almost done. I need to create the patch and send out an email, but in the mean time you can use: http://www.ejcenter.com/struts/ActionServlet.java Just recompile the 1.0 source with the above file and then in your web.xml

Re: XML include hack to split struts-config.xml

2001-10-19 Thread James Holmes
Done. Please reference the message titled [PATCH] Allow Multiple Config Files on the dev list. -james [EMAIL PROTECTED] http://www.ejcenter.com/struts/ --- Eric Rizzo [EMAIL PROTECTED] wrote: James Holmes wrote: I have the fix for multiple config files almost done. I need to create the

Re: struts-config.xml

2001-10-19 Thread James Holmes
://www.ejcenter.com/struts/ --- storck [EMAIL PROTECTED] wrote: Hi, is it somehow possible that struts reads its configuration wich is defined in struts-config.xml and the content of the ApplicationResources.properties from a database? Is it possible to define for each and a bundle of JSP-Pages one

Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread bruno . morin
I need to configure my application by Xml. Is it possible to add personnal XmlTags in the Struts-Config.xml file and manipulate them in a Action class with the Digester ? Thxs. Bruno

RE: Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread bruno . morin
-Config.xml file [EMAIL PROTECTED] wrote: I need to configure my application by Xml. Is it possible to add personnal XmlTags in the Struts-Config.xml file and manipulate them in a Action class with the Digester ? Thxs. Bruno Why in strus-config.xml, why don't you create your own application

Re: Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread Gregor Rayman
Is it a problem, if you hard code it into a final static memmber of a class? -- gR - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 3:55 PM Subject: RE: Adding Xml Tag in Struts-Config.xml file I have an application-config.xml

RE: Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread bruno . morin
Xml Tag in Struts-Config.xml file Is it a problem, if you hard code it into a final static memmber of a class? -- gR - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 3:55 PM Subject: RE: Adding Xml Tag in Struts-Config.xml file I have

Re: Adding Xml Tag in Struts-Config.xml file

2001-10-04 Thread Christophe Marchand
An init-param entry in your web.xml should be the solution. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 04, 2001 2:55 PM Subject: RE: Adding Xml Tag in Struts-Config.xml file I have an application-config.xml. But how my application could

Missing configuration resource /WEB-INF/struts-config.xml

2001-10-02 Thread Mike Douglass
I'm trying to get a combination of struts (1.0), tomcat 4 b7 and kerb 5 working. I've got security enabled and I'm getting the above message. I've tried moving the struts config file about and changing the config parameter in web.xml but no luck at all. It sort of worked with tomcat4 b5 but

Re: Missing configuration resource /WEB-INF/struts-config.xml

2001-10-02 Thread Mike Douglass
I've partially answered my own question. I thought I'd tried this (I've been at it all day). Starting up without security eliminates the Missing configuration resource error. I guess I need to mess around with catalina.policy to give the loader access. Shouldn't it have read access by

Problem with forward tag in struts-config.xml Action Mappings.

2001-09-25 Thread John Bowen
Hi, I just moved my directory structure around for a previously working Struts app and am having problems with the action mapping forward tags. Previously all of my JSPs and struts-config.xml were running in the same webapps directory [/webapps/cowboy]. Now my struts-config.xml is now

Re: Several Data-Sources in struts-config.xml

2001-09-21 Thread Arkadiusz Janowski
://localhost:3306/db2 user=db2 / /data-sources Does anyone has a idea what's wrong? Thanks Arkadiusz - Original Message - From: Geddes, Mark (ANTS) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 20, 2001 6:04 PM Subject: RE: Several Data-Sources in struts-config.xml Look

Several Data-Sources in struts-config.xml

2001-09-20 Thread Arkadiusz Janowski
Hi All, how can I define more than one data-source for one struts-application? I want to read data from two separate databases in one application. I tried it this way: !-- == Data Source Configuration === -- data-sources ds1description="Data Source

Re: Several Data-Sources in struts-config.xml

2001-09-20 Thread David Corbin
-Sources in struts-config.xml Hi All, how can I define more than one data-source for one struts-application? I want to read data from two separate databases in one application. I tried it this way: !-- == Data Source Configuration === -- data-sources ds1

RE: Several Data-Sources in struts-config.xml

2001-09-20 Thread Geddes, Mark (ANTS)
-Sources in struts-config.xml Hi All, how can I define more than one data-source for one struts-application? I want to read data from two separate databases in one application. I tried it this way: !-- == Data Source Configuration === -- data-sources ds1

Question about action-mappings in struts-config.xml

2001-09-19 Thread Ricco Lee
I am a new user in Struts, and have a query about action mapping. Under the action-mappings in struts-config.xml, if there are more than one action definition with the same action path but with different input page, will the mapping depend on the actual input page? or only the first action

Re: struts-config.xml : input attribute ?

2001-09-17 Thread Erik Hatcher
input defines where control will return if validation errors are generated. For complete documentation on struts-config.xml, check out the comments in the DTD.You can view it here: http://cvs.apache.org/viewcvs/jakarta-struts/conf/share/struts-config_1_0.dt d?annotate=1.5 - Original

Error parsing struts-config.xml

2001-09-14 Thread lan vo
path=/login.jsp/ /action /action-mappings /struts-config Here is the error message when I try to run the login page. 2001-09-14 12:13:16 - path=/st :action: Initializing configuration from resource path /WEB-INF/struts-config.xml Parse Error at line 1 column 16: Element type struts-config

Re: Error parsing struts-config.xml

2001-09-14 Thread James Holmes
when I try to run the login page. 2001-09-14 12:13:16 - path=/st :action: Initializing configuration from resource path /WEB-INF/struts-config.xml Parse Error at line 1 column 16: Element type struts-config must be declared. org.xml.sax.SAXParseException: Element type struts-config

RE: Error parsing struts-config.xml

2001-09-14 Thread Thibaud CHEVALIER
struts-config.xml Hello All, I am new to struts, and I am trying to setup the framework in JBuilder5 with a simple login test. I have my struts-config in the WEB-INF directory. Here is my struts-config xml file. Please give my some hints. Thank you so much, Lan Vo. struts-config

Re: Error parsing struts-config.xml

2001-09-14 Thread lan vo
message when I try to run the login page. 2001-09-14 12:13:16 - path=/st :action: Initializing configuration from resource path /WEB-INF/struts-config.xml Parse Error at line 1 column 16: Element type struts-config must be declared. org.xml.sax.SAXParseException: Element type

XML include hack to split struts-config.xml

2001-09-10 Thread Renaud Waldura
I found out about the XML include hack that can be used to split the struts-config.xml in more manageable portions: http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayQuestionAnswer /action/SetAll/project_id/2/faq_id/16/topic_id/196/question_id/752 It's been mentioned many times

RE: XML include hack to split struts-config.xml

2001-09-10 Thread Daniel Toms
10, 2001 4:08 PM To: [EMAIL PROTECTED] Subject: XML include hack to split struts-config.xml I found out about the XML include hack that can be used to split the struts-config.xml in more manageable portions: http://jakarta.apache.org:8080/jyve-faq/Turbine/screen/DisplayQues tionAnswer

How have others handled management concerns over storing database userid and password in struts-config.xml?

2001-09-05 Thread Shamdasani Nimmi-ANS004
Hi, Here's my problem. My management feels that storing the database account(userid/password)in the config file is a security risk. According to them a hacker can get access to the whole database if they can get access to this info. Supposedly the security team wants to put the application

RE: How have others handled management concerns over storing database userid and password in struts-config.xml?

2001-09-05 Thread Shamdasani Nimmi-ANS004
I am using struts way of handling database using struts-config.xml. Where would I encrypt it? -Original Message- From: Ernest Jones [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 05, 2001 10:46 AM To: [EMAIL PROTECTED] Subject: Re: How have others handled management concerns over

Re: How have others handled management concerns over storing databaseuserid and password in struts-config.xml?

2001-09-05 Thread Ted Husted
You would want to restrict what kind of access your generic Web user has to the database. If the permissions are set right on the database, then they can't do much they couldn't do from the Website anyway. You should also restrict from where the Web user login can be used. It should only be

RE: How have others handled management concerns over storing databaseuserid and password in struts-config.xml?

2001-09-05 Thread Shamdasani Nimmi-ANS004
depending on what he/she is allowed to see but the database account(the account which is used by the application to get the connection pool) has access to the complete database. This database account information(user, password, etc.) is stored in struts-config.xml. This database account information

Re: How have others handled management concerns over storing databaseuserid and password in struts-config.xml?

2001-09-05 Thread Ted Husted
. This database account information(user, password, etc.) is stored in struts-config.xml. This database account information is what the management is worried about. Here I meant that the general Web user should not be allowed to do things like drop tables ;-) So are you saying that the database

what are different scope(s) available to define for a bean in struts-config.xml

2001-09-04 Thread Venkat Jonnalagadda
what are different scope(s) available to define for a bean in struts-config.xml and how do it define themany examples...please... --Venkat.

prefix for struts-config.xml

2001-08-23 Thread Mike Dewhirst
Is it be possible to add a prefix to the forward parameter in an action mapping. I'm not too hot with xml, so could you explain how to do this? I presume you could define _something_ in the struts-config.xml/web.xml and include it in the forward value... Thanks for any advice

Managing struts-config.xml

2001-08-23 Thread O'Reilly John
Is there any way of splitting up struts-config.xml, possibly by being able to include xml fragements into the main file. We are working on a project involving approx. 12 developers. We are using cvs for source control. What we are finding is that we are getting frequent conficts when trying

Re: Managing struts-config.xml

2001-08-23 Thread Gregor Rayman
O'Reilly John [EMAIL PROTECTED] Is there any way of splitting up struts-config.xml, possibly by being able to include xml fragements into the main file. We are working on a project involving approx. 12 developers. We are using cvs for source control. What we are finding is that we

Re: Managing struts-config.xml

2001-08-23 Thread Ted Husted
://www.husted.com/about/struts/ O'Reilly John wrote: Is there any way of splitting up struts-config.xml, possibly by being able to include xml fragements into the main file. We are working on a project involving approx. 12 developers. We are using cvs for source control. What we are finding is that we

multiple struts-config.xml

2001-08-16 Thread Mike Dewhirst
is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are

Re: multiple struts-config.xml

2001-08-16 Thread Becky Moyer
struts-config.xml Date: Thu, 16 Aug 2001 13:27:45 +0100 is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering

multiple struts-config.xml

2001-08-15 Thread Mike Dewhirst
is it possible to have struts-config split over several files? and use some xml include directive? =** If you are not the intended recipient, employee or agent responsible for delivering the message to the intended recipient, you are

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

2001-08-14 Thread Eduardo Fujii
, August 13, 2001 4:25 PM Subject: Parsing error processing resource path /WEB-INF/struts-config.xml Hi guys,Could someone help me on this ? I downloaded the nightly build (binarydistribution jakarta-struts_20010813.tar.gz), and all other requirements(jaxp 1.1, xalan j.2.2_D6, and xerces

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

2001-08-13 Thread Eduardo Fujii
Hi guys, Could someone help me on this ? I downloaded the nightly build (binary distribution jakarta-struts_20010813.tar.gz), and all other requirements (jaxp 1.1, xalan j.2.2_D6, and xerces that comes with it). Copied file struts-blank.war to Tomcat's webapps directory and restarted

struts-config.xml

2001-08-08 Thread Pfingstl Gernot
Title: struts-config.xml In struts-config_1_0.dtd there is a note in the data-source section that the use of url, autocommit and so on as attributes is deprecated, you should use set-property instead. How can I use set-property in struts-config.xml? I have following datasource: data-source

RE: struts-config.xml

2001-08-08 Thread Heritier Arnaud
[SMTP:[EMAIL PROTECTED]] Date: mercredi 8 aout 2001 11:35 A: '[EMAIL PROTECTED]' Objet: struts-config.xml In struts-config_1_0.dtd there is a note in the data-source section that the use of url, autocommit and so on as attributes is deprecated, you should use set-property instead. How

IF statement in struts-config.xml

2001-08-06 Thread Yi-Xiong Zhou
Hi, I think it will be very useful if struts can have IF statement in struts-config.xml to control the foward/ action. I am thinking of building a purely configurable system using struts framework. A system whose actions can be reassembled and chained to make new functionalities

RE: IF statement in struts-config.xml

2001-08-06 Thread Assenza, Chris
: IF statement in struts-config.xml Hi, I think it will be very useful if struts can have IF statement in struts-config.xml to control the foward/ action. I am thinking of building a purely configurable system using struts framework. A system whose actions can be reassembled and chained to make new

Re: IF statement in struts-config.xml

2001-08-06 Thread Bill Clinton
Hello, The mappings that are set up in the struts-config.xml can be modified programmatically. So, if you want to reconfigure a forward, you would not need an if statement in the struts config, but I believe you can do it in your program that references the forward. For example

Re: Explanation about struts-config.xml

2001-08-05 Thread Craig R. McClanahan
On Mon, 30 Jul 2001, Chuong Huynh wrote: Hi all, Is there any detailed exlanation about struts-config.xml file? Or is there any deployment tool for struts that automate creation of this file? I found it difficult to understand the usage of all tags in this file. Have you looked

Re: struts-config.xml

2001-07-30 Thread Craig R. McClanahan
On Wed, 11 Jul 2001, gdelgado wrote: On the struts-config.xml file: 1)Can someone give me a description of the use of the 'input' attribute under an action tag. The documentation is in the DTD itself. Basically, this attribute defines where Struts will return control to if the validate

HTTP requests in struts-config.xml

2001-07-20 Thread Guus Holshuijsen
I would like to use the following request in a forward of an action in my web application's struts-config.xml file:"/doorman.do?action=lfadm.listci=0" But when I put in: forward name="lfadm"path="/doorman.do?action=lfadm.list%26ci=0" redirect="true&qu

RE: HTTP requests in struts-config.xml

2001-07-20 Thread Renzo Toma
"..."/ tag contains code for the resolving logic.) Does anyone know if redirecting from an Action class works? Renzo -Original Message-From: Guus Holshuijsen [mailto:[EMAIL PROTECTED]]Sent: vrijdag 20 juli 2001 12:48To: [EMAIL PROTECTED]Subject: HTTP requests in s

RE: HTTP requests in struts-config.xml

2001-07-20 Thread Noel Sebastien
?action=lfadm.listamp;ci=0 redirect=true/ - Sébastien Noel - -Original Message- From: Guus Holshuijsen [mailto:[EMAIL PROTECTED]] Sent: vrijdag 20 juli 2001 12:48 To: [EMAIL PROTECTED] Subject: HTTP requests in struts-config.xml

set-property and form-bean tag in struts-config.xml ??

2001-07-16 Thread Xavier Brunel
Hi all, I am using Struts since a couple of months and i face a problem with the set-property tab in the form-bean tag in struts-config.xml I understood that the set-property could be used to initialize parameters of JavaBeans (see struts-config.dtd). But in fact this doesn't work in my case

RE:PROBLEM SOLVED : set-property and form-bean tag in struts-config.xml ??

2001-07-16 Thread Xavier Brunel
am waiting for an other idea . Bye Xavier Brunel -Message d'origine- De : Xavier Brunel [mailto:[EMAIL PROTECTED]] Envoyé : lundi 16 juillet 2001 20:27 À : [EMAIL PROTECTED] Objet : RE: CORRECTION : set-property and form-bean tag in struts-config.xml ?? Ok guys, looking at the Struts

struts-config.xml

2001-07-11 Thread gdelgado
On the struts-config.xml file: 1)Can someone give me a description of the use of the 'input' attribute under an action tag. 2)How can I handle the fact that the input may come from two different JPSs (either one or the other).

example for data-source connection pool in struts-config.xml

2001-07-09 Thread Matteo Di Giovinazzo
there's any example or tutorial for using the data-source tag in struts-config.xml? TIA, matteo

Re: example for data-source connection pool in struts-config.xml

2001-07-09 Thread Ted Husted
/ Matteo Di Giovinazzo wrote: there's any example or tutorial for using the data-source tag in struts-config.xml? TIA, matteo

Iplanet 4.1...almost there, but cant find struts-config.xml

2001-07-06 Thread Mikkel Bruun
: javax.servlet.UnavailableException: Missing configuration resource for path /WEB-INF/struts-config.xml I have a link in $SERVERROOT/docs called jbpb that points to users/jbpb/webroot in the /users/jbpb directory i have the following: classes \struts.jar

Re: Query string in struts-config.xml

2001-06-25 Thread Tom Miller
Ted I'm not following entirely, or something may be missing here. Where is the parameter name, in your case task specified? I don't see it in the action specification. Also, where is this feature in the documentation? TIA Tom Miller Ted Husted wrote: Another approach is to pass the query

Re: Query string in struts-config.xml

2001-06-25 Thread Ted Husted
The parameter property is not mentioned in the Users Guide (yet), but it is in the JavaDocs. The parameter here was just the value select. I call it task inside the Action, to leave the option of passing ?task=select as a query string. Of course, you could also call it parameter internally, and

Re: Query string in struts-config.xml

2001-06-25 Thread Tom Miller
Very good! Is there a way to pass a Map of parameters in this way, or is it just a single one? Tom Ted Husted wrote: The parameter property is not mentioned in the Users Guide (yet), but it is in the JavaDocs. The parameter here was just the value select. I call it task inside the

Re: Query string in struts-config.xml

2001-06-25 Thread Ted Husted
It's a string, so you would have to parse it to extract multiple values. Tom Miller wrote: Very good! Is there a way to pass a Map of parameters in this way, or is it just a single one? Tom

Re: Query string in struts-config.xml

2001-06-24 Thread Ted Husted
Another approach is to pass the query string options using the parameter property of the action mapping, and then looking for them in your action. So, passing a parameter like task=select could also be represented as: action parameter=select

<    1   2   3   4   5   >