Can't usebean in JSP in Java 2 sdk ee1.3 server
843835Sep 14 2002 — edited Sep 17 2002I have created a jsp page which used a bean but everytime I accessed the bean from the J2ee server ..it will always displayed the error that the bean class is not found..
I have try to deploy the jsp as a web component using the deploytool but got the same error ...
I am using jdk1.3 and java 2 sdk ee 1.3 in windows 98se
Where do I have to put the class file?
Is there something wrong with my classpath
Do I need the change some of the properties file? if not what other solution is there....
I am completely lost...I have double check the jsp code and the bean code..they are fine...Just couldn't figure out the solution..
Pls help me come up with a solution