I'm trying to create Beans based on my own Bean classes, and it's just
not working. I'm using Win 98, and the JSP 1.0 stuff from Sun. I've
based my work after Sun's NumberGuessBean example. I've created my own
web app, and copied the NumberGuessBean files to my new web app
directory under WEB-INF like a good boy. I can use the NumberGuessBean
class no problem - however, I can't get at my own classes.
One class is a very simple class called 'MathWhiz', with one method,
sum(), that returns the sum of two numbers. I put this in the same
directory as NumberGuessBean, I added an page import directive for it in
my JSP code (just like NumberGuessBean), everything. And all I get is
ClassDefNotFound errors.
So I tried again, this time copying the NumberGuessBean class and making
an identical class called NumberGuessBean2. Then I completely mirrored
everything for NumberGuessBean. This gave me an error too (but I can't
tell what it is cause there's not room in my DOS box to show it all).
What am I doing wrong?
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".