Re: Missing type on declaration - any poniters 1 error left

2001-07-26 Thread chuck amadi
HI, I will be Cheers 4 yer time and effect.Thanx Calvin On 25 Jul 2001 12:51:08 +0100, Chuck Amadi wrote: Hi i have got it done to 1 error as below webapps/bbnpa/WEB-INF/classes/org/apache/struts/action/ActionForward.java [9:1] 'class' or 'interface' keyword expected. public

Re: Missing type on declaration - any poniters 1 error left

2001-07-25 Thread Chuck Amadi
Hi i have got it done to 1 error as below webapps/bbnpa/WEB-INF/classes/org/apache/struts/action/ActionForward.java [9:1] 'class' or 'interface' keyword expected. public ActionForward perform (ActionMapping mapping, ^ 1 error Errors compiling ActionForward. Chuck Amadi wrote:

RE: Missing type on declaration - any poniters 1 error left

2001-07-25 Thread Mark Schenk
Hi i have got it done to 1 error as below webapps/bbnpa/WEB-INF/classes/org/apache/struts/action/ActionForward.java [9:1] 'class' or 'interface' keyword expected. public ActionForward perform (ActionMapping mapping, ^ 1 error Errors compiling ActionForward. Hi Chuck,

Re: Missing type on declaration - any poniters 1 error left

2001-07-25 Thread Calvin Yu
I think your compiler can't find the initial class declaration. Chances are your actual syntax error occured before that line. Make sure you don't have too many '}' and that you're making a valid class declaration. It seems that a lot of your problems has more to do with your understanding of

RE: Missing type on declaration - any poniters 1 error left

2001-07-25 Thread Kevin McLain
on declaration - any poniters 1 error left I think your compiler can't find the initial class declaration. Chances are your actual syntax error occured before that line. Make sure you don't have too many '}' and that you're making a valid class declaration. It seems that a lot of your problems has more