Send « Form « JSP-Servlet Q&A





1. sending ajax form to jsp page    stackoverflow.com

I have my ajax url placed as url:'save-form.jsp'. now how would i know that whether the form is submitted to jsp page or not. how can i check it from jsp ...

2. using check box to send multiple values    stackoverflow.com

hi i have created a table one of the table columns is a check box and other data now i know how i can post a single value with a ...

3. How to send mail when submiting form    coderanch.com

Hai in my jsp file i want to send mail using outlook(MSExchange Server) mailid while submiting the page or form. Automatic email send to the particular person. And i want to send a alert mail when person final date of the project.the date is in the database while submiting the form we send the date also. Pls Help me urgent.sample code ...

7. Send Form info    coderanch.com

I have a Form with 10 fields on it and I need to send an email with all 10 field values. The form will pass the values to a Servlet which will call a JavaBean class that will get the values and the email (JavaMail located in an email helper class) part will be called in the Servelt to send the ...