Re: application scope problem

2001-07-25 Thread David Winterfeldt
I'm not sure exactly how the jsp:useBean looks for the class you specify, but since you are initializing the class from the ActionServlet it would be safe to assume it is there so you don't really need the jsp:useBean. So you should be able to do just this. Context Bean: If you weren't sure if

RE: application scope problem

2001-07-25 Thread DHarty
Hopefully someone will be able to elaborate on this, but I don't believe you can't use interchangablby with struts bean tags. You should be able to use: then, to display: Also, make sure that you are putting the bean "host" into the "application" scope in you java c