Got it working there wasn't setting the text correctly..
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Send-Email-Upon-Form-Submit-tp2416076p4425305.html
Sent from the Tapestry - User mailing list archive at Nabbl
[] to is in the on submit from method..
When I enter the email address it works:
String[] to = {"joesm...@gmail.com"}
Any idea's on how to overcome this?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Send-Email-Upon-Form-Submit-tp2416076p4424818.htm
Thanks all. I asked in case there was an elegant way to dynamically
loop through form values and style the content. I.e. Built into
tapestry or a component available to leverage.
Javamail certainly works(actually what I have coded now), thanks
again for your input.
Mike
Sent from my iPhone
On
On Jul 6, 2010, at 2:29 PM, Thiago H. de Paula Figueiredo wrote:
On Tue, 06 Jul 2010 15:17:12 -0300, Mike Shoemaker > wrote:
I am writing an app that contains a feedback form that I want to send
to management. I don't really care if I defer this to a cgi that I
call from tapestry form or code
On Tue, 06 Jul 2010 15:17:12 -0300, Mike Shoemaker
wrote:
I am writing an app that contains a feedback form that I want to send
to management. I don't really care if I defer this to a cgi that I
call from tapestry form or code the sending the email from tapestry.
Any input would be appreciate
Here's how I'm senging emails from feedback page on GAE:
http://github.com/dmitrygusev/ping-service/blob/master/ping-service/war/Feedback.tml
http://github.com/dmitrygusev/ping-service/blob/master/ping-service/src/dmitrygusev/ping/pages/Feedback.java
On Tue, Jul 6, 2010 at 22:17, Mike Shoemaker
I am writing an app that contains a feedback form that I want to send
to management. I don't really care if I defer this to a cgi that I
call from tapestry form or code the sending the email from tapestry.
Any input would be appreciated.
Mike
Sent from my iPhone
--