Hello, I have extended the InPlaceEditor (as in Chad Fowler Book Rails Recipes) to do a In Place Select Editor I display a data table : i have two cells , one for a code, one for a Label. I Opened the Label with in place select editor.... When clicking, a combo is displayed, i choose another value, then OK to Update. But, for the response , i need to update , the label and the code (displayed in another cell) I used RJS for this. In the RJS code , i replace the HTML for the span including the Code, then i replace the HTML for the span including the Label. My problem is that finally the generated Javascript code is displayed in the Label span. I understand the div or span concerned by the in_place_editing, is the one to be updated ... But to workaround this behaviour, should i modify the javascript code from my InPlaceSelectEditor, to include another ''hidden'' div in which i will write the response (in my case, Javascript code) Laurent --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---