Problem with remote_form_for

Hi,

I’ve got a problem with a remote_form_for

I use it for a nested resource in that way: <%
remote_form_for([match , tip]) do |f|%>

The resulting table begins with:

I get the following output in the log:

Processing ApplicationController#index (for 127.0.0.1 at 2010-03-10
20:52:09) [POST]

ActionController::MethodNotAllowed (Only get, put, and delete requests
are allowed.):

Rendered rescues/_trace (23.0ms)
Rendered rescues/_request_and_response (0.3ms)
Rendering rescues/layout (method_not_allowed)

Does anyone knows where the problem is?