Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
; > > > Calvin > > > > > > - Original Message - > > > From: "Chuck Amadi" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Tuesday, July 03, 2001 9:13 AM > > > Subject: Re: SV: pls Help Invalid Pa

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
sure > > ActionMappings.class is in it.  The package name is correct, its just that > > javac cannot find the struts.jar. > > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" <[EMAIL PROTECTED]> > > To: <[EM

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
Hi, i have included all the .jar's within my WEB-INF\lib dir. .Nevertheless cheers . Meeraj Kunnumpurath wrote: >Part 1.1Type: Plain Text (text/plain) -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons National Park Authority. This messa

RE: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Meeraj Kunnumpurath
t; To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont > > compile > > > > > Hi, pls can some one confirm the package name for ActionMappings as i > >

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
struts.jar. > > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help Invalid Package

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
ac cannot find the struts.jar. > > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-04 Thread Chuck Amadi
ake sure > > > ActionMappings.class is in it. The package name is correct, its just that > > > javac cannot find the struts.jar. > > > > > > Calvin > > > > > > ----- Original Message ----- > > > From: "Chuck Amadi" <[EMAI

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Peter Alfors
ac cannot find the struts.jar. > > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help Invalid Package

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Peter Alfors
ruts.jar. > > > > Calvin > > > > - Original Message - > > From: "Chuck Amadi" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, July 03, 2001 9:13 AM > > Subject: Re: SV: pls Help Invalid Package De

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
ake sure > ActionMappings.class is in it. The package name is correct, its just that > javac cannot find the struts.jar. > > Calvin > > - Original Message - > From: "Chuck Amadi" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 03,

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
Hi, the struts jar is in the WEB-INF\lib dir as with all the others. Cheers Chuck. By the way have u got a snippet of ActionMappings.class you could mail. Peter Alfors wrote: That is the correct package...  Where do you have your struts jar? Pete Chuck Amadi wrote: > Hi, pls can some one confirm

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
Cheers for your help, im on it. Also would you have a snippet of ActionMapping.class. As i think i've corrected what i had altered previously in a fit of glory. Cheers Chuckie Calvin Yu wrote: >Part 1.1Type: Plain Text (text/plain) >Encoding: quoted-printable -- The views e

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Calvin Yu
Tuesday, July 03, 2001 9:13 AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile > Hi, pls can some one confirm the package name for ActionMappings as i > recieve the following error. > > I am aware that i have the incorrect package thus were does Actio

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Peter Alfors
That is the correct package... Where do you have your struts jar? Pete Chuck Amadi wrote: > Hi, pls can some one confirm the package name for ActionMappings as i > recieve the following error. > > I am aware that i have the incorrect package thus were does ActionMappings > reside. > Cheers Chu

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
Hi, pls can some one confirm the package name for ActionMappings as i recieve the following error. I am aware that i have the incorrect package thus were does ActionMappings reside. Cheers Chuck WEB-INF/classes/logon/LogonForm.java [70:1] Class ActionMapping not found in type declaration or impo

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Calvin Yu
the struts libraries.   Calvin - Original Message - From: Chuck Amadi To: [EMAIL PROTECTED] Sent: Tuesday, July 03, 2001 6:55 AM Subject: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Basic Q, I have concluded that Web Applications handlers must res

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
Hi, pls could anyone confirm the ActionMappings package & ActionForward package name within WBE-INF\classes\. dir as im lead to believe this might be the cause of my problems. Chuck Amadi wrote: >Part 1.1Type: Plain Text (text/plain) >Encoding: 8bit -- The views expressed by

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
Basic Q, I have concluded that Web Applications handlers must reside in one of the following standard locations for java classes:- 1) in a JAR file in the WEB-INF\l ib dir. 2) in a dir in the \WEB-INF\ classes dir. 3) checked xml file for the necessary tld's look ok (pls state any ambiguous code/

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-03 Thread Chuck Amadi
Hi, here is a copy of my clipboard. Cheers Chuckie WEB-INF/classes/org/breconbeacons/it/ActionMapping.java [66:1] Class ActionMapping not found in type declaration or import. import org.apache.struts.action.ActionMapping; ^ WEB-INF/classes/org/breconbeacons/it/Acti

Re: SV: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Chuck Amadi
Hi , I wll take time -out 2 night 4 a quite tomcat doc read , Cheers for your input. Mikkel Bruun wrote: >Part 1.1Type: Plain Text (text/plain) >Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beac

SV: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Mikkel Bruun
ne: Re: SV: pls Help Invalid Package Declartions .java File Wont compile Hi, mate were then should i locate them as oppose to WEB-INF\classes\ Cheers Chuck Mikkel Bruun wrote: >    Part 1.1    Type: Plain Text (text/plain) >    Encoding: quoted-p

SV: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Mikkel Bruun
valid Package Declartions .java File Wont compile Hi, mate were then should i locate them as oppose to WEB-INF\classes\ Cheers Chuck Mikkel Bruun wrote: >Part 1.1Type: Plain Text (text/plain) >Encoding: quoted-printable -- The views expressed by the sender of this me

Re: SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Chuck Amadi
Hi, mate were then should i locate them as oppose to WEB-INF\classes\ Cheers Chuck Mikkel Bruun wrote: >Part 1.1Type: Plain Text (text/plain) >Encoding: quoted-printable -- The views expressed by the sender of this message don't necessarily represent those of Brecon Beacons

SV: pls Help Invalid Package Declartions .java File Wont compile

2001-07-02 Thread Mikkel Bruun
Try removing all the .java files from the WEB-INF dirtomcat doesnt like having them there for some reason...   Mikkel     -Oprindelig meddelelse-Fra: Calvin Yu [mailto:[EMAIL PROTECTED]]Sendt: 02 July 2001 15:19Til: [EMAIL PROTECTED]Emne: Re: pls Help Invalid Package De