does your JSP have the import statements? <[EMAIL PROTECTED] import="idcard.*"%>
also, have you tried in your JSP file to do <% idcard.GenData data = null; %> instead of <% GenData data = null; %> Filip > -----Original Message----- > From: Sandra Patricia Hunter [mailto:[EMAIL PROTECTED] > Sent: Monday, March 31, 2003 7:37 AM > To: 'Tomcat Users List' > Subject: RE: Not wholly a Tomcat question but > > > > > "It doesn't seem like your ignorant at all ;) " > > Ah mush, it'll win me over every time! > > Okay: So I mucked around a very little bit: > My bean DOES say package idcard; and always has, yet the > $jsp.java file says > package org.apache.jsp like you said. > I have restarted Tomcat several times since this problem appeared. > It is my understanding that Tomcat compiles the jsp files when they are > called but perhaps I am wrong about that? I compile the servelts and beans > but is there more I should be doing with the jsp files? Why would the work > file reference a different package from the webapp file? > Hmmmm > Sandra > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
