Displaying 1 result from an estimated 1 matches for "manage_friend".
Did you mean:
  manage_friends
  
2006 Jun 07
0
problem with error_messages_for
...ot;group save successful")
    flash[:notice] = ''Created group '' + group.name + '' successfully''
  else
    logger.debug( "group save unsuccessful")
    flash[:notice] = ''Could not save group''
  end
  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"&...