@mukund
sounds good...but little tedy task.
@colin
/views/sessions/new.html.erb
<% form_tag( session_path, :builder => DavesFormBuilder ) do %>
<p><label for="login">Login</label><br/>
<%= text_field_tag 'login' %></p>
<p><label for="password">Password</label><br/>
<%= password_field_tag 'password' %>
<%= submit_tag 'login'%>
<% end %>
url => http://localhost:3000/session/new
--Sandip
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---