From: Jan Svitok Date: 2007-01-17T18:41:41+09:00 Subject: Re: Problem with login example in Agile Web Development with Ruby 2nd Edition On 1/17/07, 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. See DHH's blog. You either use = or do...end (if you have 1.2) and = without block in 1.0. See lib/actionpack/actionview/tag_form_helper.rb