RE: S2 - email client as action result

2008-05-05 Thread Jiang, Jane (NIH/NCI) [C]
I had to use window.open("mailto:...";); So that leaves two blank windows. But I can close them with javascript. -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: Sunday, May 04, 2008 10:47 PM To: Struts Users Mailing List Subject: Re: S2 - email cli

Re: S2 - email client as action result

2008-05-04 Thread Jeromy Evans
Jiang, Jane (NIH/NCI) [C] wrote: I have a S2 action that looks up email address in the database. It needs to open up an email client as the result with the address populated (as if clicked on mailto:[EMAIL PROTECTED]). What is the best way to set up the s2 result? Many thanks for your help,