Wrong respond_to format used

Hi all,

I have a form that wrongly trigger the rjs respond to with ie7. The
html repond_to is correctly used in both FF 3 and Google Chrome. I use
the standard form_for helper and have no idea what could cause this
issue.

I have pased the ie 7 html (left some stuff out)

All help is greatly appreciated.
Stijn

<input id="event[statistic_attributes][goals_id][]"

name=“event[statistic_attributes][goals_id][]” type=“hidden”
value=“10” />

-

of terug

On 2 Oct 2008, at 16:08, Tarscher wrote:

Hi all,

I have a form that wrongly trigger the rjs respond to with ie7. The
html repond_to is correctly used in both FF 3 and Google Chrome. I use
the standard form_for helper and have no idea what could cause this
issue.

Take a look at what is sent over the wire. I have a vague recollection
of someone writing something about IE sending a dodgy Accept header.

Fred