Sunday, March 27, 2005

Working on Login and Display function and modify the registration function

1. I have modified the registration function (under jsp environment) which will show the user input after registrater successfully. However, the layout of output is not pretty good.

2. I'm trying to pass the loginName from login page to display page with the following function
Login page: session.setAttribute("ID", loginName);
Display page: String name = session.getAttribute("ID");
However, there is some error displayed as below:

An error occurred between lines: 86 and 92 in the jsp file: /memberview.jspGenerated servlet error:/home/bsft03/50457616/jakarta-tomcat-4.0.4/work/Standalone/localhost/asg3/memberview$jsp.java:131: 'try' without 'catch' or 'finally'. out.write("\r\n

\r\n \r\n\r\n\r\n\r\n
Here is your information
Name:"); ^1 error, 1 warning

To be continue...

0 Comments:

Post a Comment

<< Home