Re: org.apache.jasper.JasperException: Unable to compile (class jsp.MoniBeannot found)

2002-04-25 Thread Steve D George
This sounds very similar to my problem except that my JSP was in the root of the context so I got a slightly different error message. (See my posting from earlier today) Try adding this to the top of your JSP: <%@page import ="MoniBean"%> It worked for me! Cheers. Steve George

Re: org.apache.jasper.JasperException: Unable to compile (class jsp.MoniBeannot found)

2002-04-25 Thread Todd Kaplinger
Thisis similar to a recent post for 4.0. Here is what appears to be going on. url requested --> /volapp/jsp/registerProcess.jsp context root --> /volapp creates a class file who's package is jsp. (If you keep the generated java, this will be pretty obvious). Since your bean is not in a package, y