
http://www.roseindia.net/jsp/loginbean.shtml
-
I am getting an error in loginbean.jsp.There is some error regarding
Also in this example how is login.java is accessed or executed while running?

Do the servlet mapping:
<servlet> <servlet-name>hello</servlet-name> <servlet-class>login</servlet-class> </servlet> <servlet-mapping> <servlet-name>hello</servlet-name> <url-pattern>/login</url-pattern> </servlet-mapping>
For more information, you can visit the following links:
http://www.roseindia.net/jsp/java-beans.shtml
http://www.roseindia.net/jsp/java-bean-example-jsp.shtml
http://www.roseindia.net/jsp/jspsession/use-of-form-bean-in-jsp.shtml
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.