• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Jsp help in JavaMail urgent

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am developing a small email application in struts.I am unable to implement the "reply mail" logic.Here is my problem:
After getting a content of the mail from the subject from INBOX,i am putting the link to "reply.jsp" page.This page is similar to "Compose.jsp" where we compose our mail to send.The only difference is that we should get the "TO" address automatically when "reply.jsp" page is displayed.This "TO" address is the same "FROM" address whose content we intend to see from the subject from the "INBOX".
I am displaying my "INBOX" in "success.jsp" page.To see the content i am moving to "content.jsp",from where i need to go to the "reply.jsp".
How to get the "TO" address automatically in the text box in "reply.jsp" page?I am unable to solve this.
Can anybody help me please?Its urgent.

Thanks n regards
 
We should throw him a surprise party. It will cheer him up. We can use this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic