when i compile FormBean.java , i got warnings like this:
Note: FormBean.java unchecked or unsafe operation.
Note:Recompile with -Xlint:unchecked for details.
arumugathasanprindicka September 6, 2012 at 11:40 AM
http://www.roseindia.net/jsp/user-registration-form-using-jsp.shtml
above the page you used package Test .I couldn't find that package..
and In FormBean class couldn't find the main method.....
and it used that Test package... i want to know where are those files?
I have registration form(Fields are like : name,fname,address) and also in login page (username, password).
My reuirement is i have to give the password for every person who are completed registrartion and also the registration page name & login page name should be same, can anyone can explain me how to write code for that mainly to send passwords to them.
Thanks in Advance
Teja
JSP formAjay April 18, 2011 at 3:23 PM
I like this
jspRupesh kumar Raiwal June 8, 2011 at 4:27 PM
Excellent keep sending such document thanks a lot
very GoodNitin September 20, 2011 at 6:23 PM
Thanx........
Validate if user is on databaseHugo February 18, 2013 at 2:23 AM
What do i need to change to not validate if user is already in database?
not workingvivek January 20, 2012 at 12:17 PM
directly clicking on submit button takes me to success.jsp page rather than retry.jsp
No test packageMuyiwa January 31, 2012 at 8:35 PM
Thank you for the example. But my IDE says it can't find the 'test' package. How do I get it?
Compilation of FormBean,javaHasini May 28, 2012 at 3:49 PM
when i compile FormBean.java , i got warnings like this: Note: FormBean.java unchecked or unsafe operation. Note:Recompile with -Xlint:unchecked for details.
hivenkat August 6, 2012 at 1:48 PM
where s the process.jsp
arumugathasanprindicka September 6, 2012 at 11:40 AM
http://www.roseindia.net/jsp/user-registration-form-using-jsp.shtml above the page you used package Test .I couldn't find that package.. and In FormBean class couldn't find the main method..... and it used that Test package... i want to know where are those files?
How to get the fields from egistration formTeja September 28, 2012 at 3:27 PM
I have registration form(Fields are like : name,fname,address) and also in login page (username, password). My reuirement is i have to give the password for every person who are completed registrartion and also the registration page name & login page name should be same, can anyone can explain me how to write code for that mainly to send passwords to them. Thanks in Advance Teja
errorvirat December 10, 2012 at 6:46 PM
HTTP Status 500 - /jsp/proces.jsp(6,0) The value for the useBean class attribute test.FormBean is invalid. where to place the compiled java class
programanisha November 30, 2012 at 10:49 AM
super program in simple way
Post your Comment