Hi, Just using a mailto url in the html of your page (or inserted via a HTML() widget of GWT) should do it: see http://email.about.com/od/mailtoemaillinks/a/mailto_elements.htm. didier
On Nov 26, 8:50 am, Kris <[email protected]> wrote: > Hi, > > I am semi-new to software development and to GAE, so please take it > easy on me!! I have what is hopefully a simple question. I have > developed an app that currently stores a list of customers in the > datastore and one of the values of each customer is an email address. > I am displaying the list of customers to the user and was wondering if > it was possible to have it where clicking on the email address would > launch the default email client of the users desktop and populate the > TO field with the email address. Can someone point me towards a > library that might work? Thanks in advance for the help! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
