Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

referencing an object from within a JSP

Status
Not open for further replies.

varocho

Programmer
Dec 4, 2000
238
US
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top