Re: static reference to a method

2001-04-09 Thread Felix A. Milovanov
> > Hi there > I was wondering if anybody could help me out with > something? > > I have a JSP that is trying to access a method in a > java class that I have defined. However, when I try > and run the pgae, it gives the 500 error message and > says > > "Can't make static reference to method >

RE: static reference to a method

2001-04-09 Thread CPC Livelink Admin
.getSelected("A", "B"); If the function is not declared static, then you have to have an object of the class to call the function. -Original Message- From: teh j [mailto:[EMAIL PROTECTED]] Sent: Monday, April 09, 2001 10:21 PM To: [EMAIL PROTECTED] Subject: static referenc

static reference to a method

2001-04-09 Thread teh j
Hi there I was wondering if anybody could help me out with something? I have a JSP that is trying to access a method in a java class that I have defined. However, when I try and run the pgae, it gives the 500 error message and says "Can't make static reference to method java.lang.String getSelec