subform definition in struts-config.xml and validation.xml

2004-03-08 Thread Dean A. Hoover
to collect the contact information, which is really useful. But in defining the form-bean (struts-config.xml) and formset/form (validation.xml) for the two different forms I need to cut and paste the information in both files. How can I define chunks of xml representing the subform components for the two

Parameters to an Action in struts-config.xml

2004-03-01 Thread Boaz Barkai
Hi Is there a why to give config parameters to an Action entry in the struts-config.xml (I mean several parameters - the parameter attribute isn't enuff) Thanks Boaz - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Parameters to an Action in struts-config.xml

2004-03-01 Thread Andrew Hill
: Parameters to an Action in struts-config.xml Hi Is there a why to give config parameters to an Action entry in the struts-config.xml (I mean several parameters - the parameter attribute isn't enuff) Thanks Boaz

RE: Using Parameter in Action via the struts-config.xml

2004-02-05 Thread Anand Patil
It worked!!! Thanks a lot Anand -Original Message- From: Gopalakrishnan, Jayesh [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 1:49 PM To: Struts Users Mailing List Subject: RE: Using Parameter in Action via the struts-config.xml There's a mapping.getParameter() method

Using Parameter in Action via the struts-config.xml

2004-02-04 Thread Anand Patil
Hi All, The struts configuration DTD supports having a parameter attribute to a action. But how can I get the value specified in the parameter attribute in my action class. Also using set-property inside a action tag does not work? Anyone have any idea about this? Regards Anand Patil

RE: Using Parameter in Action via the struts-config.xml

2004-02-04 Thread Robert Taylor
ActionMapping class. robert -Original Message- From: Anand Patil [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 4:06 PM To: [EMAIL PROTECTED] Subject: Using Parameter in Action via the struts-config.xml Hi All, The struts configuration DTD supports having

RE: Using Parameter in Action via the struts-config.xml

2004-02-04 Thread Gopalakrishnan, Jayesh
- From: Anand Patil [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 04, 2004 1:06 PM To: [EMAIL PROTECTED] Subject: Using Parameter in Action via the struts-config.xml Hi All, The struts configuration DTD supports having a parameter attribute to a action. But how can I get the value specified

RE: causing a problem in forward URL in struts-config.xml

2004-01-07 Thread Andrew Hill
January 2004 14:40 To: [EMAIL PROTECTED] Subject: causing a problem in forward URL in struts-config.xml When I specify “” in the URL for a forward in the action mapping, the XML does not get loaded. How to solve the same? Regards, Swaminathan Rajagopalan, Ph : (8520261) Extn

causing a problem in forward URL in struts-config.xml

2004-01-06 Thread Swaminathan Rajagopalan
Title: causing a problem in forward URL in struts-config.xml When I specify in the URL for a forward in the action mapping, the XML does not get loaded. How to solve the same? Regards, Swaminathan Rajagopalan, Ph : (8520261) Extn: 55955 Mail : [EMAIL PROTECTED

Configuration Issue when Splitting up the struts-config.xml file

2003-12-31 Thread Harrison, Joseph
All, I recently brought my struts application to a relatively stable point (no problems whatsoever). However, I split apart my struts-config.xml file into 6 sub struts xml files. I updated the web.xml file, but it gives me the following error when trying to parse the resource paths. [ERROR

Re: Configuration Issue when Splitting up the struts-config.xml file

2003-12-31 Thread Martin Gainty
Straight from Craig McClanahan splitting struts-config.xml: ?xml version=1.0? !DOCTYPE ... [ !ENTITY part1 SYSTEM form-beans.xml !ENTITY part2 SYSTEM global-forwards.xml !ENTITY part3 SYSTEM action-mappings.xml ] struts-config form-beans part1; /form-beans

Re: Configuration Issue when Splitting up the struts-config.xml file

2003-12-31 Thread Kris Schneider
stable point (no problems whatsoever). However, I split apart my struts-config.xml file into 6 sub struts xml files. I updated the web.xml file, but it gives me the following error when trying to parse the resource paths. [ERROR] ActionServlet - -Parsing error processing resource path WEB-INF

RE: Configuration Issue when Splitting up the struts-config.xml f ile

2003-12-31 Thread Harrison, Joseph
: Wednesday, December 31, 2003 8:51 AM To: Struts Users Mailing List Subject: Re: Configuration Issue when Splitting up the struts-config.xml file Try inserting a leading / in your paths. For example: /WEB-INF/struts-arrest.xml. Also ensure that each of the config files is valid with respect to the Struts

RE: Configuration Issue when Splitting up the struts-config.xml f ile

2003-12-31 Thread Kris Schneider
: Re: Configuration Issue when Splitting up the struts-config.xml file Try inserting a leading / in your paths. For example: /WEB-INF/struts-arrest.xml. Also ensure that each of the config files is valid with respect to the Struts 1.1 config DTD. Quoting Harrison, Joseph [EMAIL PROTECTED

Key words in struts-config.xml

2003-12-31 Thread Swaminathan Rajagopalan
Title: Key words in struts-config.xml Hi, I have to specify a URL in the path for an action mapping in struts-config.xml. The URL has a key word context and on server start up the xml file could not be loaded. How to overcome the same? Regards, Swaminathan Rajagopalan, Ph : (8520261

Re: Key words in struts-config.xml

2003-12-31 Thread Kirk Wylie
Could you provide your struts-config.xml file as well as any output from your servlet container indicating what errors happen when you try to load the application? Kirk Wylie M7 Corporation Swaminathan Rajagopalan wrote: Hi, I have to specify a URL in the path for an action mapping in struts

Re: Multiple struts-config.xml

2003-12-22 Thread James Mitchell
On Sat, 20 Dec 2003, Sudhakar G wrote: Hi, Can any one give me a example how struts supports multiple struts-config.xml file? See the struts-example.war that comes with the distribution. Thanks in advance.. cheers Sudhakar DISCLAIMER: This message (including attachment if any

RE: Multiple struts-config.xml

2003-12-20 Thread souravm
Hi Ashutosh, My application is huge one and hence the single struts-config.xml becomes bulky. Sometimes even we are getting exception while in purging the struts-config file. So I want to split it in two. From that persepective after going through your mail I have two doubts regarding this. 1

RE: Multiple struts-config.xml

2003-12-20 Thread Mohan Radhakrishnan
Your problem could be solve by this simple method init-param param-nameconfig/param-name param-value/WEB-INF/struts-config.xml, /WEB-INF/struts-config-timesheet.xml, /WEB-INF/struts-config-recruitment.xml

Multiple struts-config.xml

2003-12-19 Thread Sudhakar G
Hi, Can any one give me a example how struts supports multiple struts-config.xml file? Thanks in advance.. cheers Sudhakar DISCLAIMER: This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses

Re: Multiple struts-config.xml

2003-12-19 Thread Ted Husted
Just specify whatever files you want to use as a comma-delimited list in the web-xml. See the Struts Mailreader (struts-example) for a working example. HTH, Ted Sudhakar G wrote: Hi, Can any one give me a example how struts supports multiple struts-config.xml file? Thanks in advance.. cheers

RE: Multiple struts-config.xml

2003-12-19 Thread Ashutosh Satyam
://hostname/secondApp/Action2.do Regards, Ashutosh Satyam -Original Message- From: Sudhakar G [mailto:[EMAIL PROTECTED] Sent: Saturday, December 20, 2003 9:51 AM To: [EMAIL PROTECTED] Subject: Multiple struts-config.xml Hi, Can any one give me a example how struts supports multiple struts

Re: generating struts-config.xml using xdoclet

2003-12-16 Thread Haroon Rafique
On Yesterday at 2:15pm, DG=Damm, Gary [EMAIL PROTECTED] wrote: DG I have two action tags defined in a single action class. Each action DG has it's own action-forward element. When the struts-config.xml is DG generated it generates two action elements but each action element has DG both action

Size of struts-config.xml in struts 1.0.2

2003-12-15 Thread souravm
Hi All, Is there any limitation of size of strusts-config.xml in struts 1.0.2 ? If there exists a limit is there any work around for that ? Regards, Sourav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Size of struts-config.xml in struts 1.0.2

2003-12-15 Thread Marcus Peixoto
I don't know if there is a logical limitation of struts-config.xml but you can do the following: ?xml version=1.0 encoding=UTF-8? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.1//EN http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd; [ !ENTITY

generating struts-config.xml using xdoclet

2003-12-15 Thread Damm, Gary
I have two action tags defined in a single action class. Each action has it's own action-forward element. When the struts-config.xml is generated it generates two action elements but each action element has both action forwards (each should only have one). /** * @struts.action * path

Apply an Xslt to the struts-config.xml

2003-11-12 Thread Adrien GEYMOND
Hello all, I am looking for a nice presentation of the struts-config.xml. I want to apply a Xslt file on the struts-config.xml in order to have a well displayed view of my struts-config. the result format should be HTML, SVG or Does somedy have already seen something like

Re: Apply an Xslt to the struts-config.xml

2003-11-12 Thread Nick Heudecker
Adrien, StrutsDoc, my project, does this. You can check it out at: http://struts.sf.net/strutsdoc Feel free to contact me with questions or comments. On Wed, Nov 12, 2003 at 02:41:22PM +0100, Adrien GEYMOND wrote: Hello all, I am looking for a nice presentation of the struts-config.xml. I

Re: Apply an Xslt to the struts-config.xml

2003-11-12 Thread Stephan Wiesner
. On Wed, Nov 12, 2003 at 02:41:22PM +0100, Adrien GEYMOND wrote: Hello all, I am looking for a nice presentation of the struts-config.xml. I want to apply a Xslt file on the struts-config.xml in order to have a well displayed view of my struts-config. the result format should be HTML, SVG

Having more than one struts-config.xml

2003-11-07 Thread Parthasarathy Kesavaraj
Is it possible to have more than one struts-config.xml..If that so how to give entry for second struts-config.xml(Say struts-config1.xml). Thanks in advance.. Regards Partha - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Having more than one struts-config.xml

2003-11-07 Thread Ashutosh Satyam
You can specify it like this in your web descriptor file. servlet servlet-nameaction/servlet-name servlet-class org.apache.struts.action.ActionServlet /servlet-class init-param param-nameconfig/param-name param-value/WEB-INF/config/struts-config.xml/param-value

Re: Having more than one struts-config.xml

2003-11-07 Thread Adrien GEYMOND
Yes, you can have many struts-config.xml. But each one refers to a sub-application. for example : in the web.xml, you have following code init-param param-nameconfig/param-name param-valueWEB-INF/struts-config.xml/param-value /init-param init-param param-nameconfig/struts2/param-name param

Re: Having more than one struts-config.xml

2003-11-07 Thread Manish Singla
: Is it possible to have more than one struts-config.xml..If that so how to give entry for second struts-config.xml(Say struts-config1.xml). Thanks in advance.. Regards Partha - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Having more than one struts-config.xml

2003-11-07 Thread Marino A. Jonsson
Manish Singla [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Example in web.xml param-nameconfig/param-name param-valuestruts-default.xml,struts-config1.xml/param-value Now, above may cause naming collision. Thus, name actions may be like mod1_ActionsOfModule1.do I

RE: Having more than one struts-config.xml

2003-11-07 Thread Parthasarathy Kesavaraj
Thanks Marino and Manish. -- From: Marino A. Jonsson[SMTP:[EMAIL PROTECTED] Reply To: Struts Users Mailing List Sent: Friday, November 07, 2003 8:32 PM To: [EMAIL PROTECTED] Subject: Re: Having more than one struts-config.xml Manish Singla [EMAIL

how to use 2 resource files in one struts-config.xml?

2003-10-29 Thread Ashish Kulkarni
Hi I have 2 message resource files, com.myapp.one.properties and com.myapp.two.properties I haev some messages in one and some messages in two, and want to display these in jsp and in action class etc how do i define them in my struts-config.xml and use them with bean:message... tag. This is what

Re: how to use 2 resource files in one struts-config.xml?

2003-10-29 Thread Manish Singla
and com.myapp.two.properties I haev some messages in one and some messages in two, and want to display these in jsp and in action class etc how do i define them in my struts-config.xml and use them with bean:message... tag. This is what i am trying but is not working message-resources key

Re: how to use 2 resource files in one struts-config.xml?

2003-10-29 Thread Ben Anderson
PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: how to use 2 resource files in one struts-config.xml? Date: Wed, 29 Oct 2003 08:00:46 -0800 (PST) Hi I have 2 message resource files, com.myapp.one.properties and com.myapp.two.properties I haev some

Re: how to use 2 resource files in one struts-config.xml?

2003-10-29 Thread Ashish Kulkarni
messages in one and some messages in two, and want to display these in jsp and in action class etc how do i define them in my struts-config.xml and use them with bean:message... tag. This is what i am trying but is not working message-resources key=org.apache.struts.action.MESSAGE

Re: how to use 2 resource files in one struts-config.xml?

2003-10-29 Thread Ben Anderson
in your struts-config.xml: !-- this is now your default resource bundle -- message-resources parameter=com.myapp.one/ message-resources parameter=com.myapp.two key=MESSAGE_TWO/ in your jsps: bean:message key=errors.header/ bean:message key=approval.001 bundle=MESSAGE_TWO/ From

Re: how to use 2 resource files in one struts-config.xml? solved it thanx

2003-10-29 Thread Ashish Kulkarni
in which to define it in struts-config.xml file Ashish --- Ben Anderson [EMAIL PROTECTED] wrote: in your struts-config.xml: !-- this is now your default resource bundle -- message-resources parameter=com.myapp.one/ message-resources parameter=com.myapp.two key=MESSAGE_TWO/ in your jsps

Re: how to use 2 resource files in one struts-config.xml? solved it thanx

2003-10-29 Thread Manish Singla
two.property file So it was just the sequence in which to define it in struts-config.xml file Ashish --- Ben Anderson [EMAIL PROTECTED] wrote: in your struts-config.xml: !-- this is now your default resource bundle -- message-resources parameter=com.myapp.one/ message-resources parameter

Re: how to use 2 resource files in one struts-config.xml? solved it thanx

2003-10-29 Thread Ashish Kulkarni
-config.xml file Ashish --- Ben Anderson [EMAIL PROTECTED] wrote: in your struts-config.xml: !-- this is now your default resource bundle -- message-resources parameter=com.myapp.one/ message-resources parameter=com.myapp.two key=MESSAGE_TWO/ in your jsps: bean:message

accessing static html from struts-config.xml

2003-10-22 Thread mohan
in my struts-config.xml forward name=xyzhome path=../blah.shtml / does not do anything or can i specify a URI to access the resource. Thanx --Mohan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, Mark
()) in your Action while returning a null ActionForward -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:58 PM To: [EMAIL PROTECTED] Subject: accessing static html from struts-config.xml Hi All I am trying to do a logoff action.When

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
(actionForward.getPath()) in your Action while returning a null ActionForward -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 12:58 PM To: [EMAIL PROTECTED] Subject: accessing static html from struts-config.xml Hi All I am trying

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
: RE: accessing static html from struts-config.xml No the reference to the path in the forward section does not work. I am not sure how to use the response.redirect method. Do we put this method in the execute method of the LogoffAction? or do we make a new method called public void redirect

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, Mark
this helps. mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: RE: accessing static html from struts-config.xml No the reference to the path in the forward section does not work. I am not sure

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
this helps. mark -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 2:28 PM To: [EMAIL PROTECTED] Subject: RE: accessing static html from struts-config.xml No the reference to the path in the forward section does not work. I am not sure

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, Mark
, 2003 2:50 PM To: Struts Users Mailing List Subject: RE: accessing static html from struts-config.xml or use forward name=home path=http://www.mysite.com; redirect=true/ which would do the same thing. -Original Message- From: Turansky, Mark [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: multiple struts-config.xml - multiple modules?

2003-10-22 Thread Ted Husted
among the other modules? web.xml init-param param-nameconfig/param-name param-value/WEB-INF/config/struts-config.xml/param-value /init-param init-param param-nameconfig/module1param-name param-value/WEB-INF/config/struts-module1-config.xml/param-value /init-param now the actions work fine

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 1:46 PM To: Struts Users Mailing List Subject: RE: accessing static html from struts-config.xml I just tried (and failed) using a fully qualified URL as the ActionForward. The exception told me that my path did not start with a / So

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
, Mark [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 1:46 PM To: Struts Users Mailing List Subject: RE: accessing static html from struts-config.xml I just tried (and failed) using a fully qualified URL as the ActionForward. The exception told me that my path did not start

multiple struts-config.xml - multiple modules?

2003-10-21 Thread Michael Blair
have an example below). Second, can each module be in its own war and still be able to go back and forth among the other modules? web.xml init-param param-nameconfig/param-name param-value/WEB-INF/config/struts-config.xml/param-value /init-param init-param param-nameconfig/module1param-name param

Some struts-config.xml data cached ?

2003-10-21 Thread Charlie Toohey
I am experiencing some bizarreness with struts-config.xml changes not taking. I have a form-bean which is of type DynaActionForm. The problem is that when I add new form-property tags to the form-bean, they are not recognized, so I get run-time exceptions when displaying the jsp with that form

struts-config.xml data-source

2003-10-17 Thread Fabio Oliveira
Hello all, I've just configured the sample data-source tag in the Blank application in order to point to an Oracle Database, using the thin driver; and I've noticed that it's opened two connections as specified in the minCount property. I wonder whether this two connections are pooled ? Can

RE: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Navjot Singh
PROTECTED] Sent: Tuesday, October 07, 2003 7:26 AM To: Struts Users Mailing List Subject: RE: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml But, I do not want to use BASIC authentication. I have many different roles and hundreds of people

Re: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Craig R. McClanahan
, October 06, 2003 4:45 PM To: [EMAIL PROTECTED] Subject: Container-Managed Authentication login-config in web.xml vs. Specifying Paths in the struts-config.xml I use the Tomcat. I configured the Tomcat JDBCRealm so that I can use programmic security testing, such as isUserInRole(), in my program

Re: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Caroline Jen
authentication (we provide login page and error page in the web.xml) does not seem to be consistent with what we usually do in struts; e.g. we state the logical name and path for each .jsp page in the struts-config.xml file. What is the Struts convention in dealing with user authentication? Should we

RE: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Matt Raible
: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml People answer questions without reading my original post. Therefore, I must re-type my original question again. Before I posted my question, I had configured the Tomcat JDBCRealm following

Re: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Andrew Shirk
-page are required. My question is that the container-managed authentication (we provide login page and error page in the web.xml) does not seem to be consistent with what we usually do in struts; e.g. we state the logical name and path for each .jsp page in the struts-config.xml file. What

Re: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-07 Thread Caroline Jen
with what we usually do in struts; e.g. we state the logical name and path for each .jsp page in the struts-config.xml file. What is the Struts convention in dealing with user authentication? Should we specify the paths for the logon page and error page in the struts.config.xml or we should

Container-Managed Authentication login-config in web.xml vs. Specifying Paths in the struts-config.xml

2003-10-06 Thread Caroline Jen
and form-error-page are required. My question is that the container-managed authentication does not seem to be consistent with what we usually do in struts; e.g. we state the logical name and path for each .jsp page in the struts-config.xml file. What is the Struts convention in dealing with user

RE: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-06 Thread Matt Raible
4:45 PM To: [EMAIL PROTECTED] Subject: Container-Managed Authentication login-config in web.xml vs. Specifying Paths in the struts-config.xml I use the Tomcat. I configured the Tomcat JDBCRealm so that I can use programmic security testing, such as isUserInRole(), in my program. Because Tomcat

Re: Container-Managed Authentication login-config in web.xml vs. Specifying Paths in the struts-config.xml

2003-10-06 Thread Adam Hardy
for each .jsp page in the struts-config.xml file. What is the Struts convention in dealing with user authentication? Should we specify the paths for the logon page and error page in the struts.config.xml or we should use the form-login-page and form-error-page in the web.xml file

RE: Container-Managed Authentication login-config in web.xml vs . Specifying Paths in the struts-config.xml

2003-10-06 Thread Caroline Jen
-config in web.xml vs. Specifying Paths in the struts-config.xml I use the Tomcat. I configured the Tomcat JDBCRealm so that I can use programmic security testing, such as isUserInRole(), in my program. Because Tomcat JDBCRealm is form based, I inserted the login-config and its sub

Re: Data Source in struts-config.xml

2003-09-19 Thread Andrew Kuzmin
from name clashes. /snip -- Andrew Kuzmin http://www.java201.com - Original Message - From: virupaksha [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, September 19, 2003 6:26 AM Subject: Data Source in struts-config.xml Dear All, I need to connect to two

moving some part of struts-config.xml to Database (vs Multiple modules)

2003-09-19 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
, is it possible to postpone this operation until plug-in calls, ) if it is okey, how can do that and which part of struts-config.xml could be moved to then database (form map, action map, controller, forward, exception,plugin

Data Source in struts-config.xml

2003-09-18 Thread virupaksha
Dear All, I need to connect to two different databases,MS Access MYSQL. I am connecting databases using JNDI lookup,so to connect using JNDI lookup i need to give database name in my code. Can any one help me how i can configure two datasource name in struts-config.xml. Waiting for ur help

two different data source in struts-config.xml

2003-09-18 Thread virupaksha
Dear All, I need to connect to two different databases,MS Access MYSQL. I am connecting databases using JNDI lookup,so to connect using JNDI lookup i need to give database name in my code. Can any one help me how i can configure two datasource name in struts-config.xml. Waiting for ur help

Struts-config.xml and multiple module

2003-08-14 Thread Laurent MARQUEZ
Hi, please complete my configuration file for multiple module. I have now 2 struts-config.xml And the link in my tiles-def.xml doesn't work, why? ## In web.xml ## init-param param-nameconfig/param-name param-value/WEB-INF/struts

RE : Struts-config.xml and multiple module

2003-08-14 Thread Laurent MARQUEZ
-Message d'origine- De : Raj Atchutuni [mailto:[EMAIL PROTECTED] Envoyé : mercredi 13 août 2003 14:04 À : Struts Users Mailing List Objet : Re: Struts-config.xml and multiple module Laurent, Here is how i implemented mutiple modules. It is working. 1. I am loading all the tile-defs

RE: Struts-config.xml and multiple module

2003-08-14 Thread Marcel Overdijk
: XContent factory loaded for module '/xcontent4struts-0.3'. Starting service Tomcat-Apache Apache Tomcat/4.0.3 -Original Message- From: Raj Atchutuni [mailto:[EMAIL PROTECTED] Sent: woensdag 13 augustus 2003 14:04 To: Struts Users Mailing List Subject: Re: Struts-config.xml

set-property usage inside an action in struts-config.xml?

2003-08-14 Thread Martin Naskovski
Is it possible to use set-property inside an action /action definition? I tried embedding it, it says property does not exist by throwing an exception. I want to use this with the basic org.apache.struts.action.Action class. Is this somehow possible? Documentation on how to do this is a bit

RE: Struts-config.xml and multiple module

2003-08-14 Thread Raj Atchutuni
loaded for module '/xcontent4struts-0.3'. Starting service Tomcat-Apache Apache Tomcat/4.0.3 -Original Message- From: Raj Atchutuni [mailto:[EMAIL PROTECTED] Sent: woensdag 13 augustus 2003 14:04 To: Struts Users Mailing List Subject: Re: Struts-config.xml and multiple module Laurent

Re: Struts-config.xml and multiple module

2003-08-14 Thread Raj Atchutuni
configuration file for multiple module. I have now 2 struts-config.xml And the link in my tiles-def.xml doesn't work, why? ## In web.xml ## config /WEB-INF/struts-config.xml config/project /WEB-INF/struts-config-project.xml ## In tiles-def.xml

struts-config.xml Validation At Server Startup

2003-07-11 Thread Weissman, Alan
I was running some tests with my Tomcat server and moved it to a place on the network where it was unable to access the internet. Tomcat started fine, but Struts threw an I/O exception on struts-config.xml, even though the file was there and was fine. I think that this I/O exception is due

flush attribute for action forward tag in struts-config.xml

2003-06-18 Thread Anurag Garg
Hello Everyone, Is there any FLUSH attribute for action forward tag in struts-config.xml. Basically when I do findForward in my action class, it throws Response is already commited. Can't forward the request. error, the solution to which lies probably in setting the flush property (as we do

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

2003-06-17 Thread Craig R. McClanahan
On Wed, 11 Jun 2003, Dan Tarkenton wrote: Date: Wed, 11 Jun 2003 14:44:49 -0700 (PDT) From: Dan Tarkenton [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Can we 'hot swap' the struts-config.xml? Is it possible, with an instance

RE: multiple request / query parameters in struts-config.xml

2003-06-15 Thread Andrew Hill
Mailing List Subject: Re: multiple request / query parameters in struts-config.xml hmm, actually I just looked at my config file and I didn't forget the ';'. I only forgot it when posting this question. Any other suggestions? Andrew Hill wrote: forward name=foo path=/do/foo?bar=10amp;id=10

multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10/ Now it's come time where I want to have more than one parameter specified in the struts-config.xml file. I tried: forward name=foo path=/do/foo?bar=10ampid=10/ However the second parameter ends up

RE: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Andrew Hill
/ query parameters in struts-config.xml I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10/ Now it's come time where I want to have more than one parameter specified in the struts-config.xml file. I tried: forward name=foo path=/do/foo?bar=10ampid=10

Re: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
June 2003 14:23 To: Struts Users Mailing List Subject: multiple request / query parameters in struts-config.xml I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10/ Now it's come time where I want to have more than one parameter specified in the struts

Re: multiple request / query parameters in struts-config.xml

2003-06-13 Thread Rob
doesnt need it) -Original Message- From: Rob [mailto:[EMAIL PROTECTED] Sent: Friday, 13 June 2003 14:23 To: Struts Users Mailing List Subject: multiple request / query parameters in struts-config.xml I have the following arrangement for some of my forwards. forward name=foo path=/do/foo?bar=10

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 Jerry Jalenak
: Thursday, June 12, 2003 10:59 AM To: [EMAIL PROTECTED] Subject: struts-config.xml question 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

RE: struts-config.xml question

2003-06-12 Thread Dan Tarkenton
[mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:59 AM To: [EMAIL PROTECTED] Subject: struts-config.xml question 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* type

RE: struts-config.xml question

2003-06-12 Thread Jerry Jalenak
] -Original Message- From: Dan Tarkenton [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 11:39 AM To: Struts Users Mailing List Subject: RE: struts-config.xml question Hey, talk about exactly what I was looking for. Thanks, Jerry. I'm perusing the download right now. Anyone

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

How to handle key attribute of exception tag in struts-config.xml?

2003-05-29 Thread Caroline Holanda
Hi List! Can anybody help me to understand well the meaning of bundle and key atrributes of the exception tag nested in global-exceptions of struts-config.xml? Does these atrributes make sense to be defined if I have already set the path attribute to an error page jsp? If so, how

Re: SUGGESTION: Transaction token creation control in struts-config.xml (LONG)

2003-03-28 Thread Igor Shabalov
Good use case! I put it into attachment... Best, Igor. On Fri, 28 Mar 2003 16:53:15 -0600, Steve Stair [EMAIL PROTECTED] wrote: I've got a use case to edit an existing user. I've extended the ForwardAction class to make one that forwards after creating a transaction token. When

Fwd: Re: SUGGESTION: Transaction token creation control in struts-config.xml (LONG)

2003-03-28 Thread Igor Shabalov
Mailing list eats the attachments, sorry... I just like this picture :-) --- Forwarded message --- From: Igor Shabalov [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: SUGGESTION: Transaction token creation control in struts- config.xml (LONG

RE: SUGGESTION: Transaction token creation control in struts-config.xml (LONG)

2003-03-28 Thread Edgar Dollin
28, 2003 6:42 PM To: 'Struts Users Mailing List' Subject: Re: SUGGESTION: Transaction token creation control in struts-config.xml (LONG) Good use case! I put it into attachment... Best, Igor. On Fri, 28 Mar 2003 16:53:15 -0600, Steve Stair [EMAIL PROTECTED

RE: struts-config.xml

2003-03-22 Thread Tai Nguyen
Tell me about it! ClearCase XML merges are completely useless. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2003 2:23 AM To: [EMAIL PROTECTED] Subject: RE: struts-config.xml I work with ClearCase and WSAD 4.0.3 and can tell you

Re: struts-config.xml

2003-03-21 Thread Joseph Fifield
/param-value /init-param Joe - Original Message - From: Richard Raquepo [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 8:08 PM Subject: Re: struts-config.xml can you give us a working of your web.xml. i'm kind of thinking your kind

Re: struts-config.xml

2003-03-21 Thread Sloan Seaman
You can also have imultiple files and then have ANT use a skeleton struts-config.xml file to build the final file. Just use variable replacement in ANT to insert all the seperate files into one master file (that is how we do it) -- Sloan - Original Message - From: Joseph Fifield [EMAIL

Re: struts-config.xml

2003-03-21 Thread Dan Allen
Sloan Seaman ([EMAIL PROTECTED]) wrote: You can also have imultiple files and then have ANT use a skeleton struts-config.xml file to build the final file. Just use variable replacement in ANT to insert all the seperate files into one master file (that is how we do it) Great idea! Who

Re: struts-config.xml

2003-03-21 Thread Sloan Seaman
the validation file so that is what validation.xml is for target name=struts.config.build echo message=Building struts-config.xml/ delete file=${j2ee.struts}/ !-- struts-config.xml -- !-- build the struts-config.xml -- copy file=${j2ee.struts.skeleton} tofile=${j2ee.struts

RE: struts-config.xml

2003-03-21 Thread Pat Young
Thanks Joseph! This is exactly the solution we are looking for. We can break our struts-config.xml file into multiple files and do not have the added complexity of using application modules. Pat Young --- Joseph Fifield [EMAIL PROTECTED] wrote: If you are using 1.1, you can simply split

struts-config.xml

2003-03-20 Thread Pat Young
I am curious as to how others are working with the struts-config.xml file. I am working on a large project with a team of 8 other developers. So far we have over 200 actions. The struts-config.xml is becoming a bottle neck, because each developer needs to update the file at the same

  1   2   3   4   5   >