Re: Newbie Question - Please Helpme (Cannot find ActionMapping or...)

2002-03-22 Thread Anant Sagar

This usually happens due to improper setting of  Data Source Configuration
(  ) in struts-config.xml file.
Check whether driverClass ,url,user,password entered are correctly .
Hope that may help you.

Sagar


- Original Message -
From: "Otavio C. Decio" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 6:56 PM
Subject: Re: Newbie Question - Please Helpme (Cannot find ActionMapping
or...)


> Just a suggestion, put all the jars that come with struts under your
> web-inf\lib directory, including the commons*.
>
> Abracos
>
> Otavio
>
> - Original Message -
> From: "Gilson Nascimento D Elrei" <[EMAIL PROTECTED]>
> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
> Sent: Friday, March 22, 2002 8:16 AM
> Subject: Newbie Question - Please Helpme (Cannot find ActionMapping or...)
>
>
> > > I'm receiving this error when I try to execute my application
> > > (http://localhost:8100/helpdev/jsp/LoginView.jsp) on JRUN.
> > >   javax.servlet.jsp.JspException: Cannot find ActionMappings
or
> > > ActionFormBeans collection
> > > I have verified my WEB.XML  and STRUTS-CONFIG.XML files and I didn't
> find
> > > error.
> > > I think that STRUTS doesn't get to find the path for
STRUTS-CONFIG.XML.
> > > <>  <>
> > > Below is my structure directory configuration.
> > > HelpDev is my WEBAPP container for my application.
> > > HELPDEV
> > >  |
> > >  +-JSP
> > >  |  |
> > >  |  .-- LoginView.JSP   <--  Main Program
> > >  |  .-- MainMenu.JSP
> > >  |
> > >  +-WEB-INF:.
> > > |
> > > +---LIB
> > > | |
> > > | .--structs.jar
> > > | .--xerces.jar
> > > | .--jaxp.jar
> > > | .--parse.jar
> > > |
> > > +---CLASSES
> > > | |
> > > | +---TEST
> > > |   |
> > > |
> > > +--STRUTS
> > > |
> > > . LoginAction.class
> > > |
> > > . LoginBean.class
> > > |
> > > . LoginForm.class
> > > |
> > > . MessageResources.properties
> > >
> > > .-- All Structs TLD Files (*.TLD)
> > > .-- structs-config.xml
> > > .-- web.xml
> > >
> > > Below is content from WEB.XML and STRUTS-CONFIG.XML
> > > 
> > >
> > > 
> > >  > >   SYSTEM
> > >   "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
> > > 
> > >   
> > >   
> > > action
> > >
> org.apache.struts.action.ActionServlet
> > > 
> > >   application
> > >   test.struts.MessageResources
> > > 
> > > 
> > >   config
> > >   /WEB-INF/struts-config.xml
> > > 
> > > 
> > >   debug
> > >   2
> > > 
> > > 
> > >   mapping
> > >
> > >
org.apache.struts.action.RequestActionMapping
> > > 
> > > 2
> > >   
> > >   
> > >   
> > > action
> > > *.do
> > >   
> > >
> > >   
> > >   
> > > /WEB-INF/struts-bean.tld
> > > /WEB-INF/struts-bean.tld
> > >   
> > >
> > >   
> > > /WEB-INF/struts-html.tld
> > > /WEB-INF/struts-html.tld
> > >   
> > >
> > >   
> > > /WEB-INF/struts-logic.tld
> > > /WEB-INF/struts-logic.tld
> > >   
> > >
> > >   
> > > /WEB-INF/struts-template.tld
> > > /WEB-INF/struts-template.tld
> > >   
> > > 
> > > 
> > > 
> > > 
> > >  > >
"http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";>
> > > 
> > >
> > >
> > > 
> > >
> > > 
> > >
> > >
> > >
> > >
> > >> >path="/login"
> > >type="test.struts.LoginAction"
> > >name="login"
> > >input="/jsp/LoginView.jsp"
> > >validate="true">
> > >
> > >
> > >   
> > >
> > > 
> > > 
> > > I have tried encounter any solution on web but i didn't success.
> > > Any suggestion ?
> > > thanks in advance.
> > >
> > >
> >
>
>
> --
--
> 
>
>
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




Re: Newbie Question - Please Helpme (Cannot find ActionMapping or...)

2002-03-22 Thread Otavio C. Decio

Just a suggestion, put all the jars that come with struts under your
web-inf\lib directory, including the commons*.

Abracos

Otavio

- Original Message -
From: "Gilson Nascimento D Elrei" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Friday, March 22, 2002 8:16 AM
Subject: Newbie Question - Please Helpme (Cannot find ActionMapping or...)


> > I'm receiving this error when I try to execute my application
> > (http://localhost:8100/helpdev/jsp/LoginView.jsp) on JRUN.
> >   javax.servlet.jsp.JspException: Cannot find ActionMappings or
> > ActionFormBeans collection
> > I have verified my WEB.XML  and STRUTS-CONFIG.XML files and I didn't
find
> > error.
> > I think that STRUTS doesn't get to find the path for STRUTS-CONFIG.XML.
> > <>  <>
> > Below is my structure directory configuration.
> > HelpDev is my WEBAPP container for my application.
> > HELPDEV
> >  |
> >  +-JSP
> >  |  |
> >  |  .-- LoginView.JSP   <--  Main Program
> >  |  .-- MainMenu.JSP
> >  |
> >  +-WEB-INF:.
> > |
> > +---LIB
> > | |
> > | .--structs.jar
> > | .--xerces.jar
> > | .--jaxp.jar
> > | .--parse.jar
> > |
> > +---CLASSES
> > | |
> > | +---TEST
> > |   |
> > |
> > +--STRUTS
> > |
> > . LoginAction.class
> > |
> > . LoginBean.class
> > |
> > . LoginForm.class
> > |
> > . MessageResources.properties
> >
> > .-- All Structs TLD Files (*.TLD)
> > .-- structs-config.xml
> > .-- web.xml
> >
> > Below is content from WEB.XML and STRUTS-CONFIG.XML
> > 
> >
> > 
> >  >   SYSTEM
> >   "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";>
> > 
> >   
> >   
> > action
> >
org.apache.struts.action.ActionServlet
> > 
> >   application
> >   test.struts.MessageResources
> > 
> > 
> >   config
> >   /WEB-INF/struts-config.xml
> > 
> > 
> >   debug
> >   2
> > 
> > 
> >   mapping
> >
> > org.apache.struts.action.RequestActionMapping
> > 
> > 2
> >   
> >   
> >   
> > action
> > *.do
> >   
> >
> >   
> >   
> > /WEB-INF/struts-bean.tld
> > /WEB-INF/struts-bean.tld
> >   
> >
> >   
> > /WEB-INF/struts-html.tld
> > /WEB-INF/struts-html.tld
> >   
> >
> >   
> > /WEB-INF/struts-logic.tld
> > /WEB-INF/struts-logic.tld
> >   
> >
> >   
> > /WEB-INF/struts-template.tld
> > /WEB-INF/struts-template.tld
> >   
> > 
> > 
> > 
> > 
> >  >   "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd";>
> > 
> >
> >
> > 
> >
> > 
> >
> >
> >
> >
> >>path="/login"
> >type="test.struts.LoginAction"
> >name="login"
> >input="/jsp/LoginView.jsp"
> >validate="true">
> >
> >
> >   
> >
> > 
> > 
> > I have tried encounter any solution on web but i didn't success.
> > Any suggestion ?
> > thanks in advance.
> >
> >
>






> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: