11175
(-- --)
1
Sorry posted too much from the console, ignore the first
GET-information:
127.0.0.1 - - [24/Apr/2008:10:36:26 Võsteuropa, normaltid] "GET /email/
correspond?login=dagstensson%40hotmail.com HTTP/1.1" 200 520
http://localhost:3000/presentation?login=dagstensson%40hotmail.com -> /
email/correspond?login=dagstensson%40hotmail.com
but not what comes directly after
Kyle3
(Kyle)
2
What happens if you replace your custom param_posted? method with its
logic in the controller; i.e., use:
if request.post? && params[:message]
...send message...
end
Are emails being sent with the GET? ...the POST? Neither? Both?
It's hard to see what's going on. Is there an error that you can
post?
-Kyle