hi all java gurus,
this the error coming------>
cannot resolve symbol
symbol : method getInitParameter (java.lang.String)
location: interface javax.servlet.ServletContext
chatAdminPath=context.getInitParameter("ADMIN_PATH");
while my code is
public void init()
{
ServletContext context=getServletContext();
String chatAdminPath=context.getInitParameter("ADMIN_PATH");
}
so please tell me the reason????
thanx in advance.
pratap
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html