Displaying 1 result from an estimated 1 matches for "sso_id".
2007 Jan 18
7
form_tag broken in Rails 1.2 RC2 or is it me?
...is not being rendered. It''s just not there. My view is this:
<div class="box">
<fieldset>
<legend>Log in</legend>
<% form_tag do %>
<div class="row">
<div class="formfield">
<label for="sso_id">SSO ID:</label>
<%= text_field_tag :sso_id, params[:sso_id] %>
</div>
</div>
<div class="row">
<div class="formfield">
<label for="password">Password:</label>
<%= pa...