RE: No action instance created

2001-04-23 Thread Craig R. McClanahan
On Fri, 20 Apr 2001, Scott Fitzgerald wrote: > > My initial jsp includes: > One thing you should be doing is using the struts-html tag library instead of struts-form. Any bug fixes would only have been applied to the "html" version. Craig

RE: No action instance created

2001-04-20 Thread Scott Fitzgerald
Here it is: Hello, When I run my app, the initial jsp page is shown. This is just > an input box and submit button that is used to run a query. After I > enter my text and click submit I am supposed to get either a "success" > or "fail" jsp depending on whether or not the result set is null

Re: No action instance created

2001-04-20 Thread Peter Alfors
could you repost your first email.. I deleted it, and it is not in the archives yet. Thanks. Scott Fitzgerald wrote: > Yes they are. I think you are beginning to understand my confusion. > > Scott begin:vcard n:; x-mozilla-html:FALSE org:http://www.irista.com/logo/irista.gif">Bringing Visi

RE: No action instance created

2001-04-20 Thread Scott Fitzgerald
Yes they are. I think you are beginning to understand my confusion. Scott

Re: No action instance created

2001-04-20 Thread Peter Alfors
and your jsp pages (success,fail) are both located at your applications root? Pete Scott Fitzgerald wrote: > Hello, > > Thanks for responding. For the action forward I have: > > > > > Does this give you any ideas? > > Thanks again, > > Scott Fitzgerald begin:vcard n:; x-moz

RE: No action instance created

2001-04-20 Thread Scott Fitzgerald
Hello, Thanks for responding. For the action forward I have: Does this give you any ideas? Thanks again, Scott Fitzgerald

Re: No action instance created

2001-04-20 Thread Peter Alfors
What do you have for the action forward? Pete Scott Fitzgerald wrote: > Hello,When I run my app, the initial jsp page is shown. This is just > an input box and submit button that is used to run a query. After I > enter my text and click submit I am supposed to get eit