Click to See Complete Forum and Search --> : Referring java beans in jsp pages


ramesh_nittur
October 3rd, 2000, 12:43 PM
Dear all,

I created a java bean and referring that bean in JSP pages.I am getting an error saying class not found.
Do i have to in any way register the class on the Java web server.The bean file(.class) and jsp file are in the same directory.

Please suggest me.

p_prabhala
April 11th, 2001, 05:21 PM
hi,
keep all your jsp's in javawebserver/public_html directory. Keep all your beans in a package and put this in classpath.
Hope this helps.