this is a windows server running Apache and Tomcat. I added a new class to an existing package and tried to reference it from a jsp page like this:
jsp:useBean id="promotion" class="MY.NEWCLASS" scope="session"
am I missing something? Do I need to do something special to add a class to a package? Thanks in advance.
the jsp page loads fine, but when I try clicking on the button that uses this class I get
uncaught exception: java.lang.ClassNotFoundException:MY.NEWCLASS