I have written a bean with the following header and am having problems installing it
on Sun's Java Web Server 2.0.
The Header of the .JAVA file looks like this
import javax.serverlet.http.*;
import java.util.*;
import java.io.*;
public class WeatherBean implements Serializable
{
...
}
I have tried including it in a package but I still get the same error. When I go to
install the bean in the servlets section of the Admin Tool, I get an Internal error,
"java.lang.nameformatexception:wrong name". I specify the JAR file, the class file
and the Name of the bean but still no luck. What am I doing wrong?
Your help would be much appreciated.
Matt
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets