Hi All,

I have written a JavaMail class and it works great.
I then put it into my tapestry project and am getting a null pointer on the
recipient.

I know why I am getting it as i am putting the: 

String[] to = {email} //email is a property and am entering its value in the
tml file

This String[] to is in the on submit from method..

When I enter the email address it works:

String[] to = {"[email protected]"}

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.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to