Am Di, 2003-08-19 um 19.54 schrieb Viswanatha Rao:
> I have a login.jsp that dumps user input into hello1.jsp
>
> hello1.jsp performs a useBean and does set and get properties on a Bean
> LoginBean. The LoginBean is compiled and located in
> WEB-INF/classes/login dir.
>
> Hello1.jsp contents are:
>
> <html>
> <%@ page session="false"%>
> </body>
^^^^^^^^^^
I'd say this should be <body>, no?
And the page is missing the <head>-section.

> <jsp:useBean id="login" scope="page" class="login.LoginBean" />
> <jsp:setProperty name="login" property="*" />
> Welcome: <jsp:getProperty name="login" property="firstName" />
> </body>
> </html>
>
> I get following errors, can someone help?
> server encountered an internal error () that prevented it from
> fulfilling this request.

cheers,

timo

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to