Hi,
Usually, when I write init() methods, I write them to conform to jh's
specifications in the servlet programming book. i.e.
init(ServletConfig config) throws blah blah{
super.init(config);
...
}
However I have a friend using weblogic who gets away with never calling
super.init(conig);
I use jserv, and it never recognises the signature if I leave out this call.
Anyone know why?
Thanks
Peet
___________________________________________________________________________
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