Re: jsp + servletbean (problem 2)

2001-04-11 Thread Anne-Marie Ternes
Hi, I solved my little problem described below, thanks to some messages I found here! Three things I got wrong: - The "B" in "useBean" has to be a capital B... (arrrgghh) - The bean classname as well as the file name has to begin with a capital letter, i.e. DatabaseAccess.java, and class Databa

jsp + servletbean (problem 2)

2001-04-10 Thread Anne-Marie Ternes
Hi again, I've written a small JSP here, which calls a simple servletbean through tags. The aim is only to play around with the getProperty and SetProperty things, and to get jsp and servlet to work together. When I try to access the jsp, I get a strange 500 Error. This is what I have done. -