RE: struts-config.xml

2003-03-20 Thread Mick . Knutson
_ -Original Message- From: Pat Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 10:23 PM To: Struts Users Mailing List Subject: RE: struts-config.xml Yes, I have looked at sub-applications and we are considering it. Using sub-applications does have some technical considerations that

Re: struts-config.xml

2003-03-20 Thread Richard Raquepo
can you give us a working of your web.xml. i'm kind of thinking your kind of solution. thanks... - Original Message - From: "Joseph Fifield" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, March 21, 200

Re: struts-config.xml

2003-03-20 Thread Dave Patton
Use a concurrent source code control mechanism such as CVS. This way multiple people can work on on the same file at the same time. On Thu, 2003-03-20 at 13:13, Pat Young wrote: > I am curious as to how others are working with the > struts-config.xml file. I am working on a large >

RE: struts-config.xml

2003-03-20 Thread Joseph Fifield
Young [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 4:23 PM > To: Struts Users Mailing List > Subject: RE: struts-config.xml > > > Yes, I have looked at sub-applications and we are > considering it. Using sub-applications does have some > technical considerat

Re: struts-config.xml

2003-03-20 Thread Lionel Roux
messages is certified virus free by NAV 2003 - Original Message - From: "Pat Young" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 20, 2003 10:13 PM Subject: struts-config.xml > I am curious as to how others are working with the > struts-config.

RE: struts-config.xml

2003-03-20 Thread Wayne A Christian
ville, NC 27560 ? Office: (919) 466-6151 Fax:(919) 466-6157 ? EMail: mailto:[EMAIL PROTECTED] -Original Message- From: Pat Young [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 2003 4:14 PM To: [EMAIL PROTECTED] Subject: struts-config.xml I am curious as t

RE: struts-config.xml

2003-03-20 Thread Pat Young
this problem or if there was a feature in Struts that I had missed. Pat Young --- Mike Jasnowski <[EMAIL PROTECTED]> wrote: > Well, version control considerations aside (for > issues around merges when > new struts-config.xml are checked in), Have you also > looked at Struts

RE: struts-config.xml

2003-03-20 Thread Mike Jasnowski
Well, version control considerations aside (for issues around merges when new struts-config.xml are checked in), Have you also looked at Struts sub-applications? Each can have it's own struts-config.xml. -Original Message- From: Pat Young [mailto:[EMAIL PROTECTED] Sent: Thursday, Mar

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 with

Re: struts-config.xml parse errors (can't find source)

2003-03-11 Thread James Holmes
2003 11:23 am, Rob wrote: > > I'm just throwing together a demo application to > refresh myself w/ struts > > but have > > run into a problem where the struts-config.xml is > resulting in parsing > > errors, problem > > is I can't figure out where the e

Re: struts-config.xml parse errors (can't find source)

2003-03-11 Thread Stephen Smithstone
place yout before your On Tuesday 11 March 2003 11:23 am, Rob wrote: > I'm just throwing together a demo application to refresh myself w/ struts > but have > run into a problem where the struts-config.xml is resulting in parsing > errors, problem > is I can't figure ou

struts-config.xml parse errors (can't find source)

2003-03-11 Thread Rob
I'm just throwing together a demo application to refresh myself w/ struts but have run into a problem where the struts-config.xml is resulting in parsing errors, problem is I can't figure out where the error is. If someone could point it out I would appreciate it. http://jakarta.

RE: Why do we need the input property of action in the struts-config.xml file

2003-02-19 Thread Sri Sankaran
attox [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 11:42 AM To: Struts Users Mailing List Subject: RE: Why do we need the input property of action in the struts-config.xml file Sounds like a good approach, but wouldn't it be easier if action's input was automatically se

RE: Why do we need the input property of action in the struts-config.xml file

2003-02-19 Thread David Graham
L PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Why do we need the input property of action in the struts-config.xml file Date: Wed, 19 Feb 2003 17:41:52 +0100 Sounds like a good approach, but wouldn't it be easier if action's i

RE: Why do we need the input property of action in the struts-config.xml file

2003-02-19 Thread Michael Mattox
> Subject: Re: Why do we need the input property of action in the > struts-config.xml file > > > You can reuse the Action by defining it with a different "path" > attribute. > The input is just for the Action on one path, not every path you use that > action on.

Re: Why do we need the input property of action in the struts-config.xml file

2003-02-19 Thread David Graham
L PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Why do we need the input property of action in the struts-config.xml file Date: Wed, 19 Feb 2003 17:05:36 +0100 Looking at the struts-config.xml from the struts-example app: typ

Why do we need the input property of action in the struts-config.xml file

2003-02-19 Thread Mike Mattox
Looking at the struts-config.xml from the struts-example app: I'm confused about the input parameter. Why do we need to specify the input? Doesn't the Action know which page the user came from? The reason I ask is because this ties the Action to a specific page, which prev

Re: struts-config.xml : : Setup Question /Problem - Need help!

2003-02-13 Thread David Graham
You're missing the type attribute on the element. See the struts-config dtd for details. David From: "Arun Prakash" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: struts-config.xml : : Setup

struts-config.xml : : Setup Question /Problem - Need help!

2003-02-13 Thread Arun Prakash
from resource path /WEB-INF/struts-config.xml 2003-02-13 08:58:40 action: Initializing application data source org.apache.struts.action.DATA_SOURCE 2003-02-13 08:58:40 StandardContext[/competitive-analysis]: Servlet /competitive-analysis threw load() exception javax.servlet.ServletException

Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-08 Thread Emmanuel Bernard
I'd like make some changes in struts-congis.xml like a add new action or etc. and apply those changes without restart WebLogic. Launch your weblogic instance on development mode (startmode=true, if I remember well) Then touch (or create) a REDEPLOY (that's it's name) file in the META-INF (or

Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? - solved

2003-02-06 Thread Michael C. Lee Jr.
you have the page check secs set to above 0). it looks like this EAR file ejb1.jar ejb2.jar webappdir/ something.jsp something2.jsp web-inf/ struts-config.xml web.xml The web app dir remains exploded. I worked with BEA support

RE: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? - solved

2003-02-06 Thread michael . korolyov
ar to WebLogic that WebLogic expand it later. tnx -Original Message- From: Durham David Cntr 805CSS/SCBE [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 10:48 AM To: Struts Users Mailing List Subject: RE: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? If you

Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-06 Thread James Mitchell
"Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 1:30 PM Subject: Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? > How do you have JBoss setup James? > > At 01:13 PM 2/6/03 -0500, you wrote: > >Not sure about WebLog

RE: [Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-06 Thread Durham David Cntr 805CSS/SCBE
sday, February 06, 2003 12:43 PM > To: [EMAIL PROTECTED] > Subject: RE: [Q] How to tell Struts to ReLoad (reread) > struts-config.xml? > > > nope - It doesn't work with WebLogic ... > > tnx > > > -Original Message- > From: James Mitchell [mailto:[E

RE: [Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-06 Thread michael . korolyov
nope - It doesn't work with WebLogic ... tnx -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 10:13 AM To: Struts Users Mailing List Subject: Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? Not sure about Web

Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-06 Thread Micael
gt; To: <[EMAIL PROTECTED]> Sent: Thursday, February 06, 2003 1:02 PM Subject: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? > Hello, > > I'd like make some changes in struts-congis.xml like a add new action or > etc. and apply those changes without resta

Re: [Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-06 Thread James Mitchell
2 PM Subject: [Q] How to tell Struts to ReLoad (reread) struts-config.xml? > Hello, > > I'd like make some changes in struts-congis.xml like a add new action or > etc. and apply those changes without restart WebLogic. > &

[Q] How to tell Struts to ReLoad (reread) struts-config.xml?

2003-02-06 Thread michael . korolyov
Hello, I'd like make some changes in struts-congis.xml like a add new action or etc. and apply those changes without restart WebLogic. tnx Best Regards. Michael. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

RE: Question about struts-example struts-config.xml

2003-02-03 Thread PILGRIM, Peter, FM
ore 1.1 final, or should I just wait until > that's finished? > > And what does the diff look like for *removing* a class-- > as I understand > > this, the LogonForm.java shouldn't even be in there now that > > struts-config.xml is set up to automatically generate the

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: > Date: Fri, 31 Jan 2003 12:56:54 -0700 > From: Wendy Smoak <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Quest

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
> Actually, there *is* a case when form will be passed as a null -- if > someone were to modify the struts-config.xml entry for this action, and > accidentally (or on purpose) remove the "name" or "attribute" attribute. > Then, the controller servlet would assu

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Kris Schneider
PROTECTED]> > > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > > Subject: RE: Question about struts-example struts-config.xml > > > > Craig wrote: > > > Again, that's a carryover from the 1.0 (pre-dynabeans) approach. > > &g

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: > Date: Fri, 31 Jan 2003 11:14:25 -0700 > From: Wendy Smoak <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Quest

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Vinh Tran
EMAIL PROTECTED]] Sent: Friday, January 31, 2003 1:14 PM To: 'Struts Users Mailing List' Subject: RE: Question about struts-example struts-config.xml Craig wrote: > For this specific case, there is no reason to have a LogonForm class at > all, because the default behavior of a DynaVa

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Sri Sankaran
> > Confused again. (I will need a custom validate method.) How > does Struts know to start with my class that extends > DynaWhateverForm and add the stuff in the tag to > it, rather than creating a new one? Would it be: > type="edu.asu.vpia.blah.blah.LogonForm"> >

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: > Date: Fri, 31 Jan 2003 10:50:56 -0700 > From: Wendy Smoak <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: RE: Quest

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
deleted the LogonForm.class file under the 'classes' directory and reloaded the app... and everything still worked. Then I added a field to the form in struts-config.xml, and to logon.jsp, reloaded again, and my new field magically appeared. NOW I see how it works! > The only reason you

RE: Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
Craig wrote: > Again, that's a carryover from the 1.0 (pre-dynabeans) approach. > We should definitely clean this up to avoid confusion. I hate to complain, but the example really is confusing. It also has a bunch of code that makes you think you need to instantiate ActionForms yourself:

Re: Question about struts-example struts-config.xml

2003-01-31 Thread Craig R. McClanahan
On Fri, 31 Jan 2003, Wendy Smoak wrote: > Date: Fri, 31 Jan 2003 09:49:15 -0700 > From: Wendy Smoak <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: 'Struts Users Mailing List' <[EMAIL PROTECTED]> > Subject: Quest

Question about struts-example struts-config.xml

2003-01-31 Thread Wendy Smoak
This appears in struts-config.xml in the struts-example webapp: What is the "generator tool" it's talking about? I'm just starting to experiment with dynamic forms and I'm not sure if this is an old note or something important. And then I'm confused by the fac

RE: problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: objectis not an instance of declaring class)

2003-01-30 Thread Brian . O'Hare
| | cc: | | Subject: RE: problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: object| |is not an instance

RE: problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: objectis not an instance of declaring class)

2003-01-30 Thread Brian . O'Hare
| | cc: | | Subject: RE: problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: object| |is not an ins

problem parsing actions in struts-config.xml (java.lang.IllegalArgumentException: objectis not an instance of declaring class)

2003-01-30 Thread Brian . O'Hare
Hi, I am encountering a problem java.lang.IllegalArgumentException: object is not an instance of declaring class . It appears that the digester has problems parsing ANY action that is in the struts-config.xml. I had this problem before, when I first deployed the struts-example.war. At the time

RE: Struts-config.xml and DynaBeans

2003-01-22 Thread Robert Taylor
gt; From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 9:53 AM > To: [EMAIL PROTECTED] > Subject: RE: Struts-config.xml and DynaBeans > > > Can you give me an example of your factory? > > Regards, > > > PQ > > "This Guy

RE: Struts-config.xml and DynaBeans

2003-01-22 Thread pqin
ing List Subject: RE: Struts-config.xml and DynaBeans MJ, using Digester and org.apache.commons.beanutils package, its not that difficult to do this. In our most recent project, we leverage DynaBeans heavily for creating view objects to avoid having to physically create them (RowSetDynaClass was no

RE: Struts-config.xml and DynaBeans

2003-01-22 Thread Robert Taylor
ssarily be dependent on Struts. robert > -Original Message- > From: MJ McLaren, Information Systems and Computing > [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 22, 2003 7:30 AM > To: [EMAIL PROTECTED] > Subject: Struts-config.xml and DynaBeans > &g

Struts-config.xml and DynaBeans

2003-01-22 Thread MJ McLaren, Information Systems and Computing
Hi, This is my very first contribution. I am new to Struts and fairly new to JSP (so go easy on me). I am working on a project that is considering using Struts 1.1. So far I am very impressed, anything that reduces the amount of Java code I need to write gets my vote. I have been looking at

Re: Merging struts-config.xml files for different modules..

2003-01-21 Thread Michael Nascimento Santos
- From: "Dan Tran" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, January 21, 2003 4:53 AM Subject: Re: Merging struts-config.xml files for different modules.. > In Struts 1.1 B3 your can put all your strut config file

Re: Merging struts-config.xml files for different modules..

2003-01-20 Thread Dan Tran
onday, January 20, 2003 10:51 PM Subject: Merging struts-config.xml files for different modules.. Hi I have a project with multiple modules. Development of the various modules and unit testing is done by different teams and each is having its own web.xml and struts-config.xml files. While int

Merging struts-config.xml files for different modules..

2003-01-20 Thread Amit Keshav Kulkarni
Hi I have a project with multiple modules. Development of the various modules and unit testing is done by different teams and each is having its own web.xml and struts-config.xml files. While integrating I need to merge all the web.xml and struts-config.xml files.. I dont want to do this merging

how to change struts-config.xml so that DTD is local?

2003-01-13 Thread Jagdish Arora
How can I change the config file and put the DTD on my local drive? I tried to put a relative path (and included that in my WAR), but suddenly, the JBoss tried to find it by JNDI lookup. If I use the URL, it works fine (when I am on the Internet) I am using JBoss3.0.0 with Tomcat 4.0.3, and D

RE: Override action in multiple struts-config.xml

2003-01-07 Thread Craig R. McClanahan
ED]> > Subject: RE: Override action in multiple struts-config.xml > > > A follow up question is so in 1.0.2 or prior to 1.1b3 you just have to merge > them in to a single config file. Yes, although with any 1.1 release you can subdivide your app into separate modules (with their own c

RE: Override action in multiple struts-config.xml

2003-01-07 Thread Prakash 'pk' Trivedi
al Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:24 PM To: Struts Users Mailing List Subject: Re: Override action in multiple struts-config.xml On Tue, 7 Jan 2003, Michael Lee wrote: > Date: Tue, 7 Jan 2003 14:29:30 -0500 > From: Mic

Re: Override action in multiple struts-config.xml

2003-01-07 Thread Craig R. McClanahan
On Tue, 7 Jan 2003, Michael Lee wrote: > Date: Tue, 7 Jan 2003 14:29:30 -0500 > From: Michael Lee <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Override action in

Override action in multiple struts-config.xml

2003-01-07 Thread Michael Lee
We have a base product. It has a struts-config.xml in a webapp. We have a couple of customers that each have their own web app and struts-config.xml. Their product sits on top of the base product. We have to have a complete struts-config.xml for each customer. Is there a way to have a core

Re: Question about using multiple struts-config.xml files

2003-01-06 Thread Dan Tran
get the example from http://www.scioworks.com In short, your dont need to specify the module name -D - Original Message - From: "Scott Reisdorf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 5:29 PM Subject: Question about using mult

Question about using multiple struts-config.xml files

2003-01-06 Thread Scott Reisdorf
I am trying to get my application working using multiple struts-config.xml files and I am having problems. I have a few questions regarding setting an application to use multiple config files. This is my current setup in my web.xml file i declare my config files like below: config /WEB-INF

RE: Struts-config.xml

2002-12-27 Thread William
Users Mailing List; [EMAIL PROTECTED] Cc: Subject: RE: Struts-config.xml On Mon, 16 Dec 2002, Andrew Hill wrote: > Date: Mon, 16 Dec 2002 19:04:33 +0800 > From: Andrew Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Maili

RE: Struts-config.xml

2002-12-16 Thread Andrew Hill
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 17, 2002 09:14 To: Struts Users Mailing List Subject: Re: Struts-config.xml On Mon, 16 Dec 2002 19:04:33 +0800, Andrew Hill wrote: >1.1 is officially still in beta (b2 with b3 any time soon) at the moment, >but if thats not a 'political&

Re: Struts-config.xml

2002-12-16 Thread Kornelis Sietsma
On Mon, 16 Dec 2002 19:04:33 +0800, Andrew Hill wrote: >1.1 is officially still in beta (b2 with b3 any time soon) at the moment, >but if thats not a 'political' problem it has far more functionality , and >in my opinion is stabler (I could be wrong) than the ancient 1.0.2 Mind you, for pretty we

RE: Struts-config.xml

2002-12-16 Thread Craig R. McClanahan
On Mon, 16 Dec 2002, Andrew Hill wrote: > Date: Mon, 16 Dec 2002 19:04:33 +0800 > From: Andrew Hill <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Struts Users Mailing List <[EMAIL PROTECTED]>

RE: Struts-config.xml

2002-12-16 Thread Toni
alesorder-actions; &report-actions; &misc-actions; ... .. . -Original Message- From: usha [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 12:37 AM To: [EMAIL PROTECTED] Subject: Struts-config.xml Hi I am new to the Struts, testing s

Re: Struts-config.xml

2002-12-16 Thread James Holmes
our existing project. right > now we have almost > 50 tables and more than 200 submittion pages. what > my concern about the > struts is if i have to configure all the form beans > and the action > mappings the struts-config.xml will become large > file. is there any way >

RE: Struts-config.xml

2002-12-16 Thread Andrew Hill
o multiple 'modules' , each of which I believe has its own struts-config.xml Ive not used this feature yet myself, but you could check out the docs for it and see if it would be of use for you. -Original Message- From: usha [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2

Re: Struts-config.xml

2002-12-16 Thread usha
: RE: Struts-config.xml struts 1.1 already supports that.But I am not sure if u want to use struts 1.1 as of yet as its not that stable But we are using struts 1.0 for a fairly large application (some 300 pages and 150 actions).As u said, struts config becomes big and managing it in a big team

RE: Struts-config.xml

2002-12-16 Thread Andrew Hill
lol. Its far more stable than 1.0.2 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 18:03 To: [EMAIL PROTECTED] Subject: RE: Struts-config.xml struts 1.1 already supports that.But I am not sure if u want to use struts 1.1 as of yet

RE: Struts-config.xml

2002-12-16 Thread shirishchandra . sakhare
as well. -Original Message- From: usha [mailto:[EMAIL PROTECTED]] Sent: Monday, December 16, 2002 6:37 AM To: struts-user Cc: usha Subject: Struts-config.xml Hi I am new to the Struts, testing some sample applications. we want to implement the struts in our existing project. right now

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

2002-12-16 Thread Istikhar Ahmad
Hello, I am getting the follwoing error with Struts verions 1.1 beta 12/14 00:48:24 info (JRun) action: Loading application resources from resource helloworld.HelloWorldResources 12/14 00:48:24 info (JRun) action: Initializing configuration from resource path /WEB-INF/struts-config.xml 12/14 00

Struts-config.xml

2002-12-15 Thread usha
the struts-config.xml will become large file. is there any way i can create new configuration file and the action servlet class referes to this config.xml. what i mean is can i divide into different config files. Thanks usha -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For addi

Validate - Struts-Config.xml - input attribute

2002-12-13 Thread Edgar P. Dollin
Has anyone ever asked for the ability to control the input attribute, i.e. for validation in a multipage form? Edgar To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additio

RE: Problem with plug-in tag for tiles in struts-config.xml. Wrongversion of struts-config_1_X.dtd ??

2002-12-09 Thread Justin Ashworth
Hi Remy, > "-//Apache Software Foundation//DTD Struts > Configuration 1.0//EN" > > "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> > > Do you have any clue ? > Can you see anything wrong ?? > Is there an

Re: Problem with plug-in tag for tiles in struts-config.xml. Wrong version ofstruts-config_1_X.dtd ??

2002-12-09 Thread David Graham
Yes there is an order for all elements in struts-config.xml see the dtd spec. for details. David From: Rémy Giard <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Problem with plug-in tag for tiles in str

Problem with plug-in tag for tiles in struts-config.xml. Wrong version of struts-config_1_X.dtd ??

2002-12-09 Thread Rémy Giard
king to the appropriate struts-config_1_X.dtd file. I looked in the struts-config_1_1.dtd file (which i specified in the struts-config.xml header) and it tells i can set a plug-in tag for the struts-config tag of the struts-config.xml, so the file should be ok. There is the header of my struts-c

Re: struts-config.xml

2002-12-03 Thread Emmanuel Boudrant
> a écrit : I have in my Jsp. What should be in path of action tag of struts-config.xml? Can I simply have path="pay" or I must include parameter in the path. Thank you for your reply. Cathy - Post your free ad now! Yahoo!

Re: struts-config.xml

2002-12-03 Thread Gemes Tibor
2002. december 3. 17:39 dátummal Cathy Osekizoglu ezt írtad: > I have in my Jsp. What > should be in path of action tag of struts-config.xml? Can I simply have > path="pay" or I must include parameter in the path. Thank you for your > reply. If you would like to add some u

struts-config.xml

2002-12-03 Thread Cathy Osekizoglu
I have in my Jsp. What should be in path of action tag of struts-config.xml? Can I simply have path="pay" or I must include parameter in the path. Thank you for your reply. Cathy - Post your free ad now! Yahoo! Canada Personals

Re: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread Craig R. McClanahan
On Thu, 28 Nov 2002, ROSSEL Olivier wrote: > Date: Thu, 28 Nov 2002 12:13:22 +0100 > From: ROSSEL Olivier <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subj

RE: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread Míguel Ángel Mulero Martínez
Use the DispatchAction. See the documentation. > -Mensaje original- > De: ROSSEL Olivier [mailto:[EMAIL PROTECTED]] > Enviado el: jueves, 28 de noviembre de 2002 13:08 > Para: 'Struts Users Mailing List' > Asunto: RE: Passing an argument from struts-config.xml

RE: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread ROSSEL Olivier
List > Objet: Re: Passing an argument from struts-config.xml to an action. > > > 2002. november 28. 12:13 dátummal ROSSEL Olivier ezt írtad: > > I read on the list that it is impossible to pass a property from > > struts-config.xml > > to an Action. > > > &g

Re: Passing an argument from struts-config.xml to an action.

2002-11-28 Thread Gemes Tibor
2002. november 28. 12:13 dátummal ROSSEL Olivier ezt írtad: > I read on the list that it is impossible to pass a property from > struts-config.xml > to an Action. > > Example: > > > > > > > except if you overload the ActionMapping used for that st

Passing an argument from struts-config.xml to an action.

2002-11-28 Thread ROSSEL Olivier
I read on the list that it is impossible to pass a property from struts-config.xml to an Action. Example: except if you overload the ActionMapping used for that statement. Is it still the case in Struts-1.1 ? ---cut here--- This e-mail is intended only for the above addressee. It may

Re: Intermittent parsing error processing struts-config.xml

2002-11-23 Thread Craig R. McClanahan
On Sat, 23 Nov 2002, Jagdish Arora wrote: > Date: Sat, 23 Nov 2002 15:54:38 -0500 > From: Jagdish Arora <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]> > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Intermitten

Re: Intermittent parsing error processing struts-config.xml

2002-11-23 Thread Jagdish Arora
Any known issues with Struts 1.1 Beta 2? Any way to look at the Bugzilla logs generated against that? thanks, jagdish. -- To unsubscribe, e-mail: For additional commands, e-mail:

Intermittent parsing error processing struts-config.xml

2002-11-22 Thread Jagdish Arora
Greetings all. I am using Struts (v 1.1 Beta), with JBoss 3.0.0_tomcat4.0.3, and unable to upgrade *exactly* at this point. I intermittently get a parser exception javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml at

RE: Error "Cannot find message resources under key ui" when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
lid to use "className" on a element, so I am not breaking the definition of struts-config.xml Can someone try what I am trying on their working Struts application to see if this works for them? I still don't think the error message I am getting is truly indicative of the real problem

RE: Error "Cannot find message resources under key ui" when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread James Mitchell
IL PROTECTED]] > Sent: Thursday, November 21, 2002 1:49 PM > To: 'Struts Users Mailing List' > Subject: RE: Error "Cannot find message resources under key ui" when > attempting to subclass FormBeanConfig in struts-config.xml > > > Yes, my struts-config.xml

RE: Error "Cannot find message resources under key ui" when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
Yes, my struts-config.xml has the following definition in it: The application where I am trying to subclass the FormBeanConfig is a robust working Struts app, which has many tags that successfully draw resources from the "ui" message resources. As soon as I trying subcl

RE: Error "Cannot find message resources under key ui" when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread James Mitchell
Subject: Error "Cannot find message resources under key ui" when > attempting to subclass FormBeanConfig in struts-config.xml > > > Has anyone successfully subclassed the FormBeanConfig associated with a > element? > > For example: > className="mypackage.My

Error "Cannot find message resources under key ui" when attempting to subclass FormBeanConfig in struts-config.xml

2002-11-21 Thread Ahearn, Denis
Has anyone successfully subclassed the FormBeanConfig associated with a element? For example: . . . When I try this, I get the following exception: javax.servlet.ServletException: Cannot find message resources under key ui at org.apache.

Re: How do I split struts-config.xml without using subapps

2002-11-12 Thread Christopher Cheng
Thanks, let me try it out. - Original Message - From: "Derek Lin" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Christopher Cheng" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 3:35 AM Subject: Re: How do

Re: How do I split struts-config.xml without using subapps

2002-11-12 Thread Christopher Cheng
Hopefully 1.1 release or 1.2 would have it - Original Message - From: "Eddie Bush" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 4:51 AM Subject: Re: How do I split struts-config.xml without

Re: How do I split struts-config.xml without using subapps

2002-11-12 Thread Christopher Cheng
ovember 13, 2002 3:36 AM Subject: RE: How do I split struts-config.xml without using subapps I don't believe so. One approach that might help is to use the Struts Console application, which lets you get the "big picture" without having to see the entire file at once. > --

Re: How do I split struts-config.xml without using subapps

2002-11-12 Thread Eddie Bush
that one ;-) Modules :-) Christopher Cheng wrote: My struts-config.xml is getting very long. Is it possible to split that into multiple files without using subapps? -- Eddie Bush -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional comma

RE: How do I split struts-config.xml without using subapps

2002-11-12 Thread Karr, David
I don't believe so. One approach that might help is to use the Struts Console application, which lets you get the "big picture" without having to see the entire file at once. > -Original Message- > From: Christopher Cheng [mailto:mailing-list@;chrisshare.net] >

Re: How do I split struts-config.xml without using subapps

2002-11-12 Thread Derek Lin
To: <[EMAIL PROTECTED]> Sent: Tuesday, November 12, 2002 11:31 AM Subject: How do I split struts-config.xml without using subapps My struts-config.xml is getting very long. Is it possible to split that into multiple files without using subapps? -- To unsubscribe, e-mail: <mailto:struts-user-

How do I split struts-config.xml without using subapps

2002-11-12 Thread Christopher Cheng
My struts-config.xml is getting very long. Is it possible to split that into multiple files without using subapps?

Re: How to get the tiles-def.xml (and struts-config.xml) reloadedw/out restarting

2002-11-04 Thread Cedric Dumoulin
ading the Application? I would also like to know how can we reload struts-config.xml without restarting the server or even reloading the app. Thanks - Original Message - From: "Zsolt Koppany" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 0

Re: How to get the tiles-def.xml (and struts-config.xml) reloaded w/out restarting

2002-11-04 Thread Rainer Mueller
ing/reloading the Application? > > I would also like to know how can we reload struts-config.xml without > restarting the server or even reloading the app. > > Thanks > > - Original Message - > From: "Zsolt Koppany" <[EMAIL PROTECTED]> >

How to get the tiles-def.xml (and struts-config.xml) reloaded w/out restarting

2002-11-04 Thread Affan Qureshi
If you reload the application only (using Tomcat Webapp Manager) I think you won't have to restart the server but just reolad the app. However can I reload it without even restarting/reloading the Application? I would also like to know how can we reload struts-config.xml without restartin

How do I know if struts can find struts-config.xml

2002-10-25 Thread John Prout
alizing...) I think the problem may be that it can't find struts-config.xml, particularly because I get the same error if I remove struts-config.xml. Is there any way to make struts tell me where it's looking for struts-config, and if it's found it? Thanks in advanc

<    1   2   3   4   5   6   >