>
> I'm trying to use a jsp page with a JavaBean and getting the
> following error:
> "org.apache.jasper.JasperException: Unable to compile class for JSP"
>
> The jsp page is very simple:
> <html>
> <head>
> <title>TEST PAGE</title>
> </head>
> <body>
> <jsp:useBean is="usr" class="study.User" />
^^^^ should be id (a typo in your mail or your
application?)
> <%= usr.getId() %>
> </body>
> </html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>