loading the class of a java bean
i created a java bean. and i tried to access that java bean from a jsp file.
i used the follwing action. <jsp:useBean>
there is an exception saying the parameter provided to the attribute class is not valid. the class file of the java bean is also saved in the same location where the jsp is saved. can somebody pls tell what has gone wrong?

