hi expert!
i am new to jsp. i m using a html form to get user input. i want to collect all the information given by the user, using a javabean class with it's get and set property. and again i wat to display it to the user.
i am using eclipse ide and weblogic server.
but when i call that html form inertnet explore using
http://localhost:7001/example/userinfo.htm first i see the form and as i fill this form and press submit, controll goes to jsp page which has
<jsp:useBean id="formHandler " class="foo.FormBean" session="request">
but at this point i get an error
Parsing of JSP File '/examples/jsp/forms/process.jsp' failed:
/examples/jsp/forms/process.jsp(9): class 'foo.FormBean' could not be loaded
probably occurred due to an error in /examples/jsp/forms/process.jsp line 9:
<jsp:useBean id="formHandler" class="foo.FormBean" scope="request">
plz help me to sort out this problem.
regards
Abhishek