• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

useBean BadScope Error

 
Ranch Hand
Posts: 213
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
Beans in TomCat 4.1.24 (Session Bean)
I got an error when I use a bean in session scope which I declared in two consecutive jsp Pages
<jsp:useBean id="loginUser1" scope="session" class="com.mycom.login.Login"/>

But the second jsp gives an error as
second.jsp(117,28) jsp.error.useBean.badScope
What's the wrong with the code?
How can we fix this?
Could you give me some resources where I can find the exact decleration for Beans in TomCat 4.1.24
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic