From: gmarik Date: 2007-01-17T18:35:07+09:00 Subject: Re: Problem with login example in Agile Web Development with Ruby 2nd Edition 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 %> ...