|
This is Regarding JSP with javamail
Hi,
I am using javamail api in my project. So, for this i wrote one method with some return value. i am calling that method in jsp page at clicking on esclate button in page.
So, the flow is just like this:
search page
getting some values with one no.
If i click this no it will go to some other jsp with mail format like tomail, ccmail ,frommail. If i click on esclate button, the control will goto same previous page with some message.
Please provide me suggestions.
|