Re: CLASSPATH for beans different than WEB-INF for JSPs?

2001-03-07 Thread David Wall
> I ran into this issue and thought it was a classpath problem, but after > reading the JSP spec, discovered that you have to use the fully qualified > classname for beans. You might want to take a look in the 1.1 spec under > the section for . That shouldn't be the issue at all. In my JSP page

Re: CLASSPATH for beans different than WEB-INF for JSPs?

2001-03-07 Thread Brett W. McCoy
On Wed, 7 Mar 2001, David Wall wrote: > This is great, but it doesn't seem like that classpath is available to the > javabeans that my JSPs use. Does that make sense? Is the classpath only > setup for the JSPs (and if not, why does Jasper report the classpath setting > for each JSP page invoked