search for: topic_inlibrary

Displaying 1 result from an estimated 1 matches for "topic_inlibrary".

2005 Dec 16
12
validates_presence_of not working
...;/td> <td><%= text_field("topic", "title", "size" => 40 ) %></td> </tr> <tr> <td>inlibrary:</td> <td> <%= check_box_tag("topic[inlibrary]","true", @topic.inlibrary, :id => "topic_inlibrary") %> </td></tr> <tr> <tr> <td>keywords:</td> <td><%= text_field("topic", "keywords", "size" => 40 ) %></td> </tr> <tr> <td></td> <td><%= submit_tag(" UP...