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

2004-03-08 Thread Dean A. Hoover
m" 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 f

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

2004-03-01 Thread Andrew Hill
List' Subject: 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

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: 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() m

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

2004-02-04 Thread Gopalakrishnan, Jayesh
l Message- 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"

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

2004-02-04 Thread Robert Taylor
ctionMapping 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 conf

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: & causing a problem in forward URL in struts-config.xml

2004-01-07 Thread Andrew Hill
From: Swaminathan Rajagopalan [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 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 s

& 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 P

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

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: Configuration Issue when Splitting up the struts-config.xml f ile

2003-12-31 Thread Kris Schneider
Sent: 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

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

2003-12-31 Thread Harrison, Joseph
TED] Sent: 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

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

2003-12-31 Thread Kris Schneider
cently 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

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": ]> &part1; &part2; &part3; -Martin - Original Message - From: "Harrison, Joseph" <[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: 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 > > > > > > &g

RE: Multiple struts-config.xml

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

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.

RE: Multiple struts-config.xml

2003-12-19 Thread Ashutosh Satyam
To invoke them the URL should be http://hostname/Action1.do http://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

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

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: 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 acti

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 *

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: http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd"; [ ]> &form-beans; &global-forwards; &actions-mappings; &plugins; Marcus Em Seg, 2003-12-15 Ãs 06:2

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, e-m

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 or

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-c

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 that ? Is there a

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.x

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 > > config > struts-default.xml,struts-config1.xml > > Now, above may cause naming collision. > Thus, name actions may be like mod1_ActionsOfModule1.do I like to use two configs, so that t

Re: Having more than one struts-config.xml

2003-11-07 Thread Manish Singla
Example in web.xml config struts-default.xml,struts-config1.xml Now, above may cause naming collision. Thus, name actions may be like mod1_ActionsOfModule1.do Other way is struts modules... Parthasarathy Kesavaraj wrote: > Is it possible to have more than one struts-config.

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 config WEB-INF/struts-config.xml config/struts2 /WEB-INF/struts-config2.xml And then, you access to the entries of the second struts-config like that

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. action org.apache.struts.action.ActionServlet config /WEB-INF/config/struts-config.xml config/app2 /WEB-INF/config/ struts-config1.xml 2 Regards, Ashutosh

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] For

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

2003-10-29 Thread Ashish Kulkarni
/> > > instead of > > > > > key="org.apache.struts.action.MESSAGE" > > parameter="com.myapp.two" /> > > > parameter="com.myapp.one" /> > > > > just by defining the two with key approvals before > > one,

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

2003-10-29 Thread Manish Singla
f just by defining the two with key approvals before one, solved the problem my message tag in jsp still is same for messages from 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 yo

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

2003-10-29 Thread Ashish Kulkarni
struts-config.xml file Ashish --- Ben Anderson <[EMAIL PROTECTED]> wrote: > in your struts-config.xml: > > > key="MESSAGE_TWO"/> > in your jsps: > > bundle="MESSAGE_TWO"/> > > > > >From: Ashish Kulkarni &l

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

2003-10-29 Thread Ben Anderson
in your struts-config.xml: in your jsps: From: Ashish Kulkarni <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: how to use 2 resource files in one struts-c

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

2003-10-29 Thread Ashish Kulkarni
gt; > 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 tag. > > This is what i am trying but is not working > > > key="org.apache.struts.action.MESSAGE" > &

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

2003-10-29 Thread Ben Anderson
ers 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 messages in one and som

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

2003-10-29 Thread Manish Singla
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 tag. > T

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 tag. This is what i am trying but

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
ED] Subject: RE: accessing static html from struts-config.xml Ya i tried the same thing but see i have mod_jk2 as connector and my webapp context is actually "usabo" but i am calling it as /japps/usabo thro the connector, and when i attempt to access this forward, it give the following

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
age- > From: Turansky, 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 > ActionForwar

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

2003-10-22 Thread Ted Husted
module" be in its own war and still be able to go back and forth among the other modules? web.xml config /WEB-INF/config/struts-config.xml config/module1 /WEB-INF/config/struts-module1-config.xml now the actions work fine in the default config, but how do I call an action FROM the defaul

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 http://www.mysite.com"; redirect="true"/> which would do the same thing. -Original Message- From: Turansky, Mark [mailto:[EMAIL PROTECTED] Sent: Wednesday, Oct

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
or use http://www.mysite.com"; redirect="true"/> which would do the same thing. -Original Message- From: Turansky, Mark [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 1:46 PM To: Struts Users Mailing List Subject: RE: accessing static html from struts-c

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, 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 section does not work. I am not sure how to use the respons

RE: accessing static html from struts-config.xml

2003-10-22 Thread Rabago, Hubert
To: [EMAIL PROTECTED] Subject: RE: accessing static html from struts-config.xml No the reference to the path in the 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

RE: accessing static html from struts-config.xml

2003-10-22 Thread mohan
u can always use > > response.redirect(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 PROTECTE

RE: accessing static html from struts-config.xml

2003-10-22 Thread Turansky, Mark
ath()) 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 actio

accessing static html from struts-config.xml

2003-10-22 Thread mohan
in my struts-config.xml 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: [EMAIL PROTECTED]

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

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 config /WEB-INF/config/struts-config.xml config/module1 /WEB-INF/config/struts-module1-config.xml now the actions work fine in the default c

struts-config.xml

2003-10-17 Thread Fabio Oliveira
Hello all, I've just configured the sample 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 anyone sh

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

2003-10-07 Thread Caroline Jen
form based authentication, I insert the > > and its sub-elements in my web.xml > file > >(see below). As we know, the and > > are required. > > > >My question is that the container-managed > >authentication (we provide login page and error > page > >

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

2003-10-07 Thread Andrew Shirk
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 use the and in the web.xml file

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

2003-10-07 Thread Matt Raible
ers Mailing List Subject: Re: Container-Managed Authentication 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 Tomc

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

2003-10-07 Thread Caroline Jen
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 specify the paths for the logon page and

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

2003-10-07 Thread Craig R. McClanahan
OTECTED] Sent: Monday, October 06, 2003 4:45 PM To: [EMAIL PROTECTED] Subject: Container-Managed Authentication 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 pr

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

2003-10-07 Thread Navjot Singh
Jen [mailto:[EMAIL PROTECTED] >Sent: Tuesday, October 07, 2003 7:26 AM >To: Struts Users Mailing List >Subject: RE: Container-Managed Authentication in web.xml >vs . Specifying Paths in the struts-config.xml > > >But, I do not want to use BASIC authentication. I >have many dif

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

2003-10-06 Thread Caroline Jen
4:45 PM > To: [EMAIL PROTECTED] > Subject: Container-Managed Authentication > 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(), i

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

2003-10-06 Thread Adam Hardy
the and its sub-elements in my web.xml file (see below). As we know, the and 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

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

2003-10-06 Thread Matt Raible
r 06, 2003 4:45 PM To: [EMAIL PROTECTED] Subject: Container-Managed Authentication 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 JD

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

2003-10-06 Thread Caroline Jen
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 authentication? Should we specify the paths

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

2003-09-19 Thread Seyhan BASMACI (Internet Yazilimlari Yetkilisi)
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

Re: Data Source in struts-config.xml

2003-09-19 Thread Andrew Kuzmin
MAIL 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 different databases,MS Access & MYSQL. >I am connecting databases u

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

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

Re: Struts-config.xml and multiple module

2003-08-14 Thread Raj Atchutuni
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 ## path="/WEB-INF/jsp/layouts/menu.jsp"

RE: Struts-config.xml and multiple module

2003-08-14 Thread Marcel Overdijk
struts.ContentFactory createComponent INFO: XContent component 'products' loaded for module '/xcontent4struts-0.3'. 13-aug-2003 14:11:01 org.overdijk.xcontent4struts.XContentPlugIn init INFO: XContent factory loaded for module '/xcontent4struts-0.3'. Starting service Tomc

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 ## config /WEB-INF/struts-confi

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

RE: Struts-config.xml and multiple module

2003-08-14 Thread Raj Atchutuni
g-2003 14:11:01 org.overdijk.xcontent4struts.ContentFactory createComponent INFO: XContent component 'products' loaded for module '/xcontent4struts-0.3'. 13-aug-2003 14:11:01 org.overdijk.xcontent4struts.XContentPlugIn init INFO: XContent factory loaded for module '/xcontent4s

usage inside an in struts-config.xml?

2003-08-14 Thread Martin Naskovski
Is it possible to use inside an 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 sparse. Thank you. Martin -

Re: struts-config.xml Validation At Server Startup

2003-07-13 Thread Yann Cébron
Hi 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 t

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 to

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 proper

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-co

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

2003-06-15 Thread Andrew Hill
ruts Users 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: > > > Note

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

2003-06-13 Thread Rob
riginal 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. Now it's come time where I want to have more than

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

2003-06-13 Thread Rob
rs Mailing List Subject: multiple request / query parameters in struts-config.xml I have the following arrangement for some of my forwards. Now it's come time where I want to have more than one parameter specified in the struts-config.xml file. I tried: However the second parameter ends

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

2003-06-12 Thread Andrew Hill
Note the ';' in the above. (proper xml terminates its entities with ; while html 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-conf

multiple request / query parameters in struts-config.xml

2003-06-12 Thread Rob
I have the following arrangement for some of my forwards. Now it's come time where I want to have more than one parameter specified in the struts-config.xml file. I tried: However the second parameter ends up being null. How do you correctly specify more than one parameter? T

RE: struts-config.xml question

2003-06-12 Thread Jerry Jalenak
ECTED] -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. Anyo

RE: struts-config.xml question

2003-06-12 Thread Dan Tarkenton
- From: 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

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

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* */snippet* Say I want to make the first action element be invoked

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 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 tag nested in 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 will the message defined in

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

2003-03-28 Thread Edgar Dollin
t: Friday, March 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. >

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- conf

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. Whe

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 that

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 sim

Re: struts-config.xml

2003-03-21 Thread Sloan Seaman
2003 9:31 AM Subject: Re: struts-config.xml > 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 a

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) G

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 Fi

Re: struts-config.xml

2003-03-21 Thread Joseph Fifield
- 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 of soluti

  1   2   3   4   5   6   >