Hello all,
I have written a Bean called PersonBean in the path C:\Tomcat 4.1\webapps\ch1\WEB-INF\classes\PersonBean.java
and i am able to execute this (below is the code)
And i have written another
servlet called PersonServlet in C:\Tomcat 4.1\webapps\ch1\WEB-INF\classes\PersonServlet.java
(it is the same directory structure as above
code is
But it is showing errors that PersonBean is unresolved symbol. what i can do so that PersonServlet can recognize PersonBean??
Thanks,
Geeta