Hi,

The error is probably in the rest of your code. You may have pasted the
code below in between the some other code and the semi-colon at the end
of the line. You may have forgotten either a semi-colon yourself or more
likely an "int" or "string" or something like that in a declaration.
Check for things like "public myMethod(xxxx xxx)" where there should be
a return type after public.

Dave.

"Mads S�gaard" wrote:
>
> This might be a newbie question since I haven't worked much with
> eventlisteners, so bare with me... :)
> public class SomeServlet implements HttpSessionBindingListener {
>
> [....some servlet code...]
> [...some more servlet code ..]
> The compiler complains about not getting an identifier.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to