Firefox on Mac OS X Tiger, using Prototype 1.4.  As for the
reproduceable case, that would take me most of today to rip out an
action.

The best I can do is describe it.  Exactly like this Google groups
window I'm typing in now.  I enter my paragraphs, then she gets put
into the database without any new paragraphs (\r).

I'm reviewing my code and this is how it happens:

        var myComment = myForm.myComment.value;

That takes the value of the textarea.  I build my url for an
ajax.updater:

        var myURL = 'includes/locRef.rbf?p=postLocComment&postid=' + postID +
'&userid=' + userID + '&comment=' + myComment;

I'm currently testing to see how the value is passed into my middleware.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to