using beans
i created one bean class (Test.java) and one jsp page (index.jsp) and i put it in the same folder. that time no problem. but if i put different folders in same Hierarchal how can i access that beans.
eg:
bean class: ../webpages/mybeans/Test.java
jsp page: ../webpage/jsppages/index.jsp

