RE: More problems: No action instance for path /login could be create d...

2002-03-13 Thread Don Dumrauf

Are you using a forward or action in your jsp?  If using a forward you'll
need an entry in .  If you're using an action in an
 don't use .do

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 1:43 PM
To: [EMAIL PROTECTED]
Subject: More problems: No action instance for path /login could be
create d...


Ok my login.jsp is loading fine, and the ActionForm (LoginForm) is working
OK because error messages are being returned OK.  But when I submit valid
entries (i.e. when my Action class, LoginAction, should kick in) - I get
this error message:

"Status code:500 request:R( /struts-SACT + /login.do + null) msg:No action
instance for path /login could be created"

I'm assuming this is not a problem with my LoginAction class because it
can't even create an instance.  It must be something to do with the dreaded
struts-config.xml file.  Here's what I've got:


   
   
   
  
  
   
   
   
  
  
   
   
   
  
  
 
  
  
  
 
  
  
  
  
  ... Bla bla bla (I never touched these so they're OK)
   



My classes are in the correct packages - I know this (erm...) for definite.
What ELSE could be causing this?  Incidentally, the JSP form submits to
/login using the html:form tag.

Many many thanks if someone can help

Lindsay

--
To unsubscribe, e-mail:

For additional commands, e-mail:





This email and any files transmitted with it are confidential and are
intended for the sole use of the individual to whom they are addressed.
Black Box Corporation reserves the right to scan all e-mail traffic for
restricted content and to monitor all e-mail in general. If you are not the
intended recipient or you have received this email in error, any use,
dissemination or forwarding of this email is strictly prohibited. If you
have received this email in error, please notify the sender by replying to
this email.



RE: Problem installing Struts on os/390

2002-03-11 Thread Don Dumrauf

Did you remember to put your struts-config.xml in the web.xml action servlet
configuration element?

-Original Message-
From: Steven Banks [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 9:03 AM
To: [EMAIL PROTECTED]
Subject: Problem installing Struts on os/390


Does anyone have installation instructions for installing Struts 1.0 with
Websphere 3.5.3 on the os/390?

When the action servlet starts we get an error message:

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

We are using the websphere specific struts jar.

Thanks in Advance






Steven Banks



--
To unsubscribe, e-mail:

For additional commands, e-mail:





This email and any files transmitted with it are confidential and are
intended for the sole use of the individual to whom they are addressed.
Black Box Corporation reserves the right to scan all e-mail traffic for
restricted content and to monitor all e-mail in general. If you are not the
intended recipient or you have received this email in error, any use,
dissemination or forwarding of this email is strictly prohibited. If you
have received this email in error, please notify the sender by replying to
this email.



RE: Help to manage html href tag with sruts

2002-03-05 Thread Don Dumrauf

I did this:
 etc.
I defined mailTo as a String = "mailto:";
Hope this answers your question

-Original Message-
From: Apollinaire Coulibaly [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 05, 2002 12:41 PM
To: [EMAIL PROTECTED]
Subject: Help to manage html href tag with sruts


Hi all,

I've the following situation: I have to manage this html tag 
Can some tell to me how to manage it using taglibrary? how can I pass the
user 
email adress to the tag as:  
Thanks all

PitB

-- 

___
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup




--
To unsubscribe, e-mail:

For additional commands, e-mail:





This email and any files transmitted with it are confidential and are
intended for the sole use of the individual to whom they are addressed.
Black Box Corporation reserves the right to scan all e-mail traffic for
restricted content and to monitor all e-mail in general. If you are not the
intended recipient or you have received this email in error, any use,
dissemination or forwarding of this email is strictly prohibited. If you
have received this email in error, please notify the sender by replying to
this email.