Click to See Complete Forum and Search --> : Include class in jsp file


yiannakop
September 21st, 2004, 10:02 AM
Hi everyone. I want to include a java class with a couple of methods in a jsp file. I use the "include" tag but it doesn't work (it looks like i cannot access the class members). I used the class as a bean, but when I executed the jsp, I saw an exception page from apachie.
Any ideas?

Davey
September 22nd, 2004, 04:18 PM
Is the class you want to use in the web applications class path?

What is the exact error you are getting?