I am storing my bean in classes of java web server ,
other code is:
<jsp:useBean id="SimpleBean1" class="SimpleBean1" />
<jsp:setProperty name="SimpleBean1"
property="message"
value="Hello WWW" />
<H1>Message: <I>
<jsp:getProperty name="SimpleBean1" property="message" />
</I></H1>
I AM GETTING ERROR:Class pagecompile.jsp.SimpleBean1 not found in type declaration
HOW COME ERROR OCCURES?
THE SAME ERROR I AM GETTING FOR EJB ALSO