posted 16 years ago
Hi,
Write a standard JavaBean, put it in /WEB-INF/classes, and then in your JSP page, when using the <jsp:useBean> tag provide the full path of the class or import it using a page directive.
As an example, if the JavaBean was written in a package named beans, you have to say :
Or,
Make sure that your bean must have a public no-arg constructor.
Best of luck ...
Vassili ...
SCJP 5.0, SCWCD 1.4, SCJA 1.0