RE: action help

2001-06-13 Thread ??? Vincent Lin
ge was not found. Or maybe it forward to some page which doesn't exist. -Original Message-From: Mike Thompson [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 13, 2001 11:31 PMTo: [EMAIL PROTECTED]Subject: Re: action help I've looked there is nothing :(  

Re: action help

2001-06-13 Thread Mike Thompson
IL PROTECTED]> Sent: Wednesday, June 13, 2001 1:30 PM Subject: Re: action help > > > On Wed, 13 Jun 2001, Martin Cooper wrote: > > > I believe the url-pattern in your servlet mapping should be *.do, not /*.do. > > > > There was a bug in the deploytool for J2EE RI 1

Re: action help

2001-06-13 Thread Craig R. McClanahan
On Wed, 13 Jun 2001, Martin Cooper wrote: > I believe the url-pattern in your servlet mapping should be *.do, not /*.do. > There was a bug in the deploytool for J2EE RI 1.3-beta-1 that caused these mappings to be created incorrectly ("/*.do"). It's been fixed in the recently released 1.3-bet

Re: action help

2001-06-13 Thread Martin Cooper
I believe the url-pattern in your servlet mapping should be *.do, not /*.do. Hope this helps. -- Martin Cooper - Original Message - From: "Mike Thompson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 6:24 AM Subject: action help Ok, I'm feeling totally l

Re: action help

2001-06-13 Thread Mike Thompson
Dan Marina To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 9:58 AM Subject: Re: action help try to look in logs files on your hdd, in $tomcat/logs/ . there you'll find all erors.do you have the same error with tomcat 3 ?At 09:25 AM 6/13/2001 -0500, you wrote: a 404 i

Re: action help

2001-06-13 Thread Dan Marina
ECTED] Sent: Wednesday, June 13, 2001 9:12 AM Subject: Re: action help what kind of error is generated by tomcat ? could you provide an extract from error log ? try to implement also failure forward name and check in action_form for parameters (error). At 08:24 AM 6/13/2001 -0500, you wrote: Ok

Re: action help

2001-06-13 Thread Mike Thompson
a 404 is generated :(  No exception page or anything. - Original Message - From: Dan Marina To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 9:12 AM Subject: Re: action help what kind of error is generated by tomcat ? could you provide an extract from

Re: action help

2001-06-13 Thread Mike Thompson
but it's not a form in the page, just a standard hyperlink...     --m   - Original Message - From: Linnea Ahlbeck To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 8:56 AM Subject: Re: action help   Hi!   Use the tag instead of the tag in th

RE: action help

2001-06-13 Thread Leo Song
looks to me there is nothing wrong. could you share the error you got? that will be an easier way. Leo -Original Message- From: Mike Thompson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 10:02 AM To: [EMAIL PROTECTED] Subject: Re: action help Yeah, I have those included

Re: action help

2001-06-13 Thread Dan Marina
what kind of error is generated by tomcat ? could you provide an extract from error log ? try to implement also failure forward name and check in action_form for parameters (error). At 08:24 AM 6/13/2001 -0500, you wrote: Ok, I'm feeling totally lost.   Here is a snippet from my struts-config.xml

Re: action help

2001-06-13 Thread Mike Thompson
inal Message ----- From: Kiet Nguyen To: '[EMAIL PROTECTED]' Sent: Wednesday, June 13, 2001 8:55 AM Subject: RE: action help I was having similar problem. make sure you have import tags in your jsp <%@ page import="com.dgsystems.dgonline.bmo.Org

Re: action help

2001-06-13 Thread Linnea Ahlbeck
  Hi!   Use the tag instead of the tag in the jsp page;     Maby this can help???   /L - Original Message - From: Mike Thompson To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 3:24 PM Subject: action help Ok, I'm feeling totally lost.   Here is a

RE: action help

2001-06-13 Thread Kiet Nguyen
I was having similar problem. make sure you have import tags in your jsp <%@ page import="com.dgsystems.dgonline.bmo.OrgSummary" %><%@ page import="java.util.*" %>   <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %><%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %><%@ tagl