No action instance for path [/path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my

(Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my

Re: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
container? JM -Original Message- From: Jason B Menard [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:52 PM To: Struts Users Mailing List Subject: (Corrected) No action instance for path [.path] could be created This one is driving me crazy. I've already checked

Re: Pre Populating Fields - bit of a newbie question

2002-03-05 Thread Jason B Menard
Since you are just populating a field, JavaScript is an acceptable solution. It should go without saying that you are doing server-side form validation anyway so it shouldn't be a problem in this case. Remember server-side validation is a necessity. Client-side validation (ie JavaScript) should

Re: Poolman Help?

2002-02-07 Thread Jason B Menard
Without examining your code it is hard to say exactly where the problem is, but basically it doesn't sounds like something is going on with your Connection object (reusing it when you shouldn't, goes out of scope, not closing it when you should, something along those lines). The reason it works

Re: Forms question

2002-02-05 Thread Jason B Menard
The nested extension at http://www.keyboardmonkey.com/struts/index.html will solve your problem. - Original Message - From: Steve Earl [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, February 05, 2002 10:35 AM Subject: Forms question Sorry if this is

Re: Poolman benefits? (was Re: Connection Pooling)

2002-02-04 Thread Jason B Menard
the older 2.0.4 version instead? -Mark Jason B Menard wrote: We are using Poolman with the Oracle thin client. It does not replace it, just sits on top of it. One of the benefits is that you can specify your various pools in an XML file. This makes any changes that might need to be made

Re: Poolman benefits? (was Re: Connection Pooling)

2002-02-01 Thread Jason B Menard
We are using Poolman with the Oracle thin client. It does not replace it, just sits on top of it. One of the benefits is that you can specify your various pools in an XML file. This makes any changes that might need to be made at a later date simple, and also ensures consistancy across the

Re: dynamically generated form pages beans

2002-01-31 Thread Jason B Menard
Checkout http://www.keyboardmonkey.com/struts/index.html. This will do what you are talking about. Jason - Original Message - From: rob [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 31, 2002 11:07 AM Subject: dynamically generated form pages beans I'm trying to

Re: Process in a struts project

2002-01-29 Thread Jason B Menard
We have a different methodology that seems to work pretty well for us. Our process is almost reverse of yours, since we stress the software engineering and coding side of things and then worry about look-and-feel. Part of our engineering phase is to determine what our screens are, what a user

Re: Form beans and 1..* relationships

2002-01-28 Thread Jason B Menard
example here... http://www.keyboardmonkey.com/StrutMonkey/MonkeyStruts_v2.jsp And to find out how it was all done, go here... http://www.keyboardmonkey.com/struts And don't worry about it's future, it's now a part of Struts, and in the nightly build. Arron. Jason B Menard wrote: Hello

Form beans and 1..* relationships

2002-01-25 Thread Jason B Menard
Hello, I am a newbie to Struts so please excuse me if this has already been previously discussed. I have a java bean that models a purchase request. For the sake of brevity we can call this the PR bean. One of the attributes of the PR bean is that it has one to many products, product being