From: Dave Thomas Date: 2007-01-17T23:30:48+09:00 Subject: Re: Problem with login example in Agile Web Development with Ruby 2nd Edition On Jan 17, 2007, at 3:35 AM, gmarik wrote: > chhenning wrote: >> <% form_tag do %> > >> Does anybody know what might be wrong with my application? Any >> hint is >> very welcome. I'm in my first steps of using Ruby on Rails. > Didn't you forget = in the construction above? So it should look > like: > <%= form_tag do %> > ... No, that form is what should be used in 1.2. It works as long as you're running a 1.2 RC, or the code .zip file provided with the book. Dave