%= error_messages_for :page %> <%= form_for :page, :action => url(:page) do %>
<%= text_field :name, :size => 50 -%>
Published in blog? <%= check_box :published -%>
<%= text_field :department, :size => 50 -%>
<%= text_area :description, :rows => 10, :cols => 70 -%>
<%= text_field :tag_names, :size => 30 -%>
<%= submit 'Create' %>