Hi I am having some weird behavior when using Ajax. Here is my setup: I have 2 div in my layout. One is a list containing like a list of todos with 2 links edit and delete (link_to_remote) Then I have link to create a new todo (link_to_remote as well) When I click on new, it brings in my second div a form That form is a form_Remote_tag that update the previous layer using the position=> bottom. Now everything works fine until I started to add validation (validates_presence_of) in my model. When an error is thrown, it does not render correctly. I would expect to get an error message and the form displayed. Instead it displayed the all layout and page.. So I fixed it to have the layout to flase but now I a noticing that I am rendering the new form twice and have my error message. and the more I have error , the more forms appears.. any idea what am I doing wrong ? Thanks Emmanuel __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs