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

[409 byte] By [jnarolia] at [2007-9-26 3:47:19]
# 1
A number of options.Assumption: you are declaring your beans as part of a package?If so, this is the way your statement should read to use the bean.<jsp:useBean id="beanName" class="packageName.BeanClass"/>
rflash at 2007-6-29 12:29:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...