how can i access beans from subdirectories
Hello Java Practitioners,
I am using jsp under tomcat. I am using beans withing the jsp. Now, i have created some subdirectories within the project. I have a bean in root\web-inf\classes directory. now i want to access that bean from jsp pages within subdirectories(like root\mydir) then i am getting errors.
so, how can do the same?
Thanking you,
- JAYDIP

