search for: creategroupform

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

2006 Jun 07
0
problem with error_messages_for
...redirect_to :action=>"manage_friends" end in the manage_friends.rhtml i have the code... ------------ <!-- CREATE GROUP --> <%= start_form_tag :controller=> "profile", :action=> "create_group" %> <div title="create group" id="creategroupform" class="form"> <%= error_messages_for (''group'') %><br/> <b>Create Group: </b><br> <%= text_field "group", "name", :size => 30 %><br/> <input type="submit" value="Create Grou...