What version of Struts are you using? Can you paste a few lines ( perform()/execute() ) from your Action class???
JM > -----Original Message----- > From: Mike Dewhirst [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 7:12 AM > To: 'Struts Users Mailing List' > Cc: '[EMAIL PROTECTED]' > Subject: RE: ghost action > > > Thanks for the suggestions. Unfortunately they did not help. > > just checked. the path for the jsp in the struts-config.xml is > correct - if > I cut and paste - the page does come up (though with erorrs - since it > expects stuff from the action). It's as if the action is found but not > processed. > > Any more ideas? > > Thanks again, > > Mike > > > -----Original Message----- > > From: Adam Hardy [mailto:[EMAIL PROTECTED]] > > Sent: 13 May 2002 12:05 > > To: Struts Users Mailing List > > Subject: Re: ghost action > > > > > > Hi Mike, > > are you sure those pages you've configured in struts-config.xml are > > correct? Do they have anything in them? > > > > Check in your action.perform whether you are returning a > > valid Forward > > as a return parameter. Perhaps you've misspelt one and your > > mapping.findForward doesn't find anything. > > > > Adam > > > > Mike Dewhirst wrote: > > > > >Hello and thanks in advance for reading :) > > > > > >I have an action, which contains as one of it's first lines > > a log statement. > > > > > >When the action is called, all I get is this: > > > > > >action: Processing a GET for /{myaction}> > > >action: Looking for Action instance for class {myclass}> > > > > > >that's it. no page is displayed. there are no exceptions, no > > error messages. > > >nothing. as if the action is empty. > > > > > >this is the source of the page: > > > > > >---- start ---- > > ><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> > > ><HTML><HEAD> > > ><META http-equiv=Content-Type content="text/html; > > >charset=windows-1252"></HEAD> > > ><BODY></BODY></HTML> > > >----- end ----- > > > > > >this is my struts config entry for the action: > > > > > >---- start ---- > > ><!-- Front end show tech contacts action start --> > > ><action path="/{myAction}" > > > type="{myActionClass}" > > > scope="request"> > > > > > > <forward name="success" path="/{mySuccessPage}" /> > > > <forward name="failure" path="/{myFailurePage}" /> > > > > > ></action> > > >----- end ----- > > > > > >If anybody has any ideas as to what I could try tp figure > > out why _nothing_ > > >is happening, I would be very greatful. > > > > > >Thanks in advance, > > > > > >m > > > > > > > > >This message was written in plain text mode. > > >Everything below the dotted line was not > > >written by the author of this email. > > >---------------------- > > > > > > > > >=********************************************************** > > > > > >If you are not the intended recipient, employee or agent > > responsible for delivering the message to the intended > > recipient, you are hereby notified that any dissemination or > > copying of this communication and its attachments is strictly > > prohibited. > > > > > >If you have received this communication and its attachments > > in error, please return the original message and attachments > > to the sender using the reply facility on e-mail. > > > > > >Internet communications are not secure and therefore the > > UCLES Group does not accept legal responsibility for the > > contents of this message. Any views or opinions presented > > are solely those of the author and do not necessarily > > represent those of the UCLES Group unless otherwise > > specifically stated. > > > > > >This footnote also confirms that this email message has been swept by > > >MIMEsweeper for the presence of computer viruses although > > this does not guarantee that this email is virus free. > > > > > >**********************************************************= > > > > > > > > > > > >*********************************************************** > > > > > >If you are not the intended recipient, employee or agent > > responsible for delivering the message to the intended > > recipient, you are hereby notified that any dissemination or > > copying of this communication and its attachments is strictly > > prohibited. > > > > > >If you have received this communication and its attachments > > in error, please return the original message and attachments > > to the sender using the reply facility on e-mail. > > >Internet communications are not secure and therefore the > > UCLES Group does not accept legal responsibility for the > > contents of this message. Any views or opinions presented > > are solely those of the author and do not necessarily > > represent those of the UCLES Group unless otherwise > > specifically stated. > > > > > >This footnote also confirms that this email message has been swept by > > >MIMEsweeper for the presence of computer viruses although > > this does not guarantee that this email is virus free. > > > > > >*********************************************************** > > > > > > > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > =********************************************************** > > If you are not the intended recipient, employee or agent > responsible for delivering the message to the intended recipient, > you are hereby notified that any dissemination or copying of this > communication and its attachments is strictly prohibited. > > If you have received this communication and its attachments in > error, please return the original message and attachments to the > sender using the reply facility on e-mail. > > Internet communications are not secure and therefore the UCLES > Group does not accept legal responsibility for the contents of > this message. Any views or opinions presented are solely those > of the author and do not necessarily represent those of the UCLES > Group unless otherwise specifically stated. > > This footnote also confirms that this email message has been swept by > MIMEsweeper for the presence of computer viruses although this > does not guarantee that this email is virus free. > > **********************************************************= > > > > *********************************************************** > > If you are not the intended recipient, employee or agent > responsible for delivering the message to the intended recipient, > you are hereby notified that any dissemination or copying of this > communication and its attachments is strictly prohibited. > > If you have received this communication and its attachments in > error, please return the original message and attachments to the > sender using the reply facility on e-mail. > Internet communications are not secure and therefore the UCLES > Group does not accept legal responsibility for the contents of > this message. Any views or opinions presented are solely those > of the author and do not necessarily represent those of the UCLES > Group unless otherwise specifically stated. > > This footnote also confirms that this email message has been swept by > MIMEsweeper for the presence of computer viruses although this > does not guarantee that this email is virus free. > > *********************************************************** > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

