Displaying 1 result from an estimated 1 matches for "order_name_auto_complet".
Did you mean:
order_name_auto_complete
2006 Jan 22
0
Ajax post to apache2/mod_ssl with client certificates ......
...en it all works
as expected.
I though it may be a problem specific to one browser - but I got exactly
the same behaviour in both IE and Firefox.
I changed my form so that the Ajax autocompleter uses get instead of
post requests:
new Ajax.Autocompleter(''order_name'', ''order_name_auto_complete'',
''/staff/orders/auto_complete_for_order_name'', {method: ''get''})
With this change - the autocomplete and subsequent form submit all works
as expected.
It''s an incredibly specific problem - has anyone else come across this?
Or has anyone el...