> What does the <jsp:usebaen> tag look like in your jsp file?
>
> sjr_r@y... wrote:
>
> >Hi,
> > Iam placing my bean class files in the webapps\project\web-
> >inf\classes\o where o is the package of the bean,but while running jsp
it
> >is showing the error that bean is unavailable.what shall i do set the
> >classpath for individual web applications
> >---
> >Do you need true END-TO-END (e2e) Java Messaging (JMS)? Softwired
> >offers industry's ONLY complete 100% JMS messaging solutions for your
> >needs TODAY.
> >Visit http://adtracking.wrox.com/track.asp?x=p2p%2Fe%2Fjava%
2Dsoftwired&url=www.softwired-inc.com NOW and find
> >out more!
> >Our unique product range includes: iBus//Mobile (wireless data),
> >iBus//MessageBus (IP Multicast), iBus//MessageServer (store and forward)
> >and much more!
> >
> >
>
> HI,
i use the <jsp:useBean tag like this
<jsp:useBean id="a" class="o.b" scope="session" />
is this ok