This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes problem with usebin Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "problem with usebin" Watch "problem with usebin" New topic
Author

problem with usebin

jayram
Ranch Hand

Joined: Oct 30, 2000
Posts: 94
hello!!!
i am trying to call a bean from my jsp
the bean class is in $tomcat_home\webapps\examples\WEB-INF\classes\projsp
and the JSP is located at
$tomcat_home\webapps\examples\jsp\projsp
The usebin tag is as follows:
<jsp:usebean id="tryBean" class="projsp.SpellCheck" scope="session" />
And the error message is as follows
Undefined variable or class name: tryBean

I am not sure why the jsp can not find the bean
Thanks in advance
Cheers
Jayram
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: problem with usebin
 
Similar Threads
javax.servlet.ServletException: Cannot create bean of class...
Problem in instantiating bean
Tomcat 4.0 and JSP- problem using beans
Unable to create a bean for class myclass?
new to JSTL