Using: Visual Cafe 4.5.1 Enterprise, WebLogic 6.1 SP1
I have a class that gets instantiated within my servlet and is then forwarded as part of the HttpServletRequest object to a JSP. If the class is saved in its own package/directory separate from the servlet, I can get the instance from the request object in the JSP without any problems. But if the class is saved in the same directory as the servlet, the JSP won't compile due to a 'cannot resolve symbol' error.
Any ideas as to how to resolve this?
I have a class that gets instantiated within my servlet and is then forwarded as part of the HttpServletRequest object to a JSP. If the class is saved in its own package/directory separate from the servlet, I can get the instance from the request object in the JSP without any problems. But if the class is saved in the same directory as the servlet, the JSP won't compile due to a 'cannot resolve symbol' error.
Any ideas as to how to resolve this?