java class on jsp
how can we call a java class on click of submit button in jsp page?
how can we call a java class on click of submit button in jsp page?
> how can we call a java class on click of submit
> button in jsp page?
Submit the request, and process it in a servlet, delegating to whatever Java class you wish.
http://java.sun.com/j2ee/1.4/docs/tutorial/doc/Servlets.html#wp69957
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html
~
thanks for info..
I have another problem . i need to code for a page where users can request for the account on my project. users have to fill firts, last name and intranet id and on submitting their details should be send to my email id and they receive the meaasge" your details have been submitted" i tried to use acegi security system. but i already have acegiSecurityconfiguration file where users are being authenticating with their login name and password.. should i write new file? please guide me in this.