Hi Rick,
Do you have validations in you models? I mean like validates_presence_of :forum_id
Besides that, I'd do a @topic.posts.new instead of Post.new
And third, please do a @forum = Forum.find(params[:forum_id])
And fourth, maybe its params[:topic][:forum_id] ??
ciao, tom