RE: Help with the import errors please

2005-01-15 Thread David G. Friedman
Avinash,

Two quick questions:

1) If you are new why are you using Struts v1.1 when V1.2.4 is the current
stable release?

2) Is your error when you are compling?  If so, how are you compiling? Ant,
and IDE such as Eclipse, etc?  For Ant you need to add the jars from the
WEB-INF/lib/ directory to your CLASSPATH environmental variable.  If you are
using an IDE such as Eclipse, you can right-click on the project, and add
the jars are libraries so they are linked automatically when you compile.

-David

-Original Message-
From: Avinash Sridhar [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 15, 2005 12:41 PM
To: user@struts.apache.org
Subject: Help with the import errors please


Hi All,
   I am new using Struts 1.1 , Tomcat 5.0.28 and Java 1.4.2.I am getting
theses errors although i have imported these

c.tld
struts-bean-el.tld
struts-html-el.tld
struts-logic-el.tld

In the WEB-INF directory

And

commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-logging.jar
jstl.jar
standard.jar
struts-el.jar
struts.jar

In the WEB-INF/lib directory

The error i am getting is 

import org.apache.struts.action.Action; //The import
org.apache.struts.action cannot be resolved
import org.apache.struts.action.ActionForward; ///The import cannot be
resolved
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionForm;
import org.apache.commons.beanutils.BeanUtils;


Any help would be greatly appreciated.

Thanks
AS
--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


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


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



Help with the import errors please

2005-01-15 Thread Avinash Sridhar
Hi All,
   I am new using Struts 1.1 , Tomcat 5.0.28 and Java 1.4.2.I am getting theses 
errors although i have imported these 

c.tld
struts-bean-el.tld
struts-html-el.tld
struts-logic-el.tld

In the WEB-INF directory 

And 

commons-beanutils.jar
commons-collections.jar
commons-digester.jar
commons-logging.jar
jstl.jar
standard.jar
struts-el.jar
struts.jar

In the WEB-INF/lib directory

The error i am getting is 

import org.apache.struts.action.Action; //The import org.apache.struts.action 
cannot be resolved
import org.apache.struts.action.ActionForward; ///The import cannot be resolved
import org.apache.struts.action.ActionMapping;
import org.apache.struts.action.ActionForm;
import org.apache.commons.beanutils.BeanUtils;


Any help would be greatly appreciated.

Thanks 
AS
-- 
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm


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