You must import the package in your JSPpage using a line like the following
 
<%@ page import="irina.*" %>
 
in order for the compiler to have the package available.
And make sure that the bean actually is in the appropriate package!
 
Hope this helps!
 
Stefan

Reply via email to