AjaxSubmit strage error when used with exposed filters

.-_-. - August 7, 2007 - 10:21
Project:Javascript Tools
Version:5.x-1.x-dev
Component:Ajaxsubmit
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

I found post http://drupal.org/project/comments/add/115949
which is a patch for views.module to enable Ajax to submit a views exposed filter form.
Since i upgraded jstools it no longer works, but now there is AjaxSubmit which should save the day but infact gives me the same error as the patch does.
i have installed form_store and collect and enabled the view to be submitted through ajax in the modules config. At the view, the form submits and the ajax loader bar appears but the page's header and filters are then repeated inside the page body and no results are yielded, with the simple message 'An error occurred'
Does AjaxSubmit not support views exposed filters?

#1

nedjo - August 9, 2007 - 01:44

IIRC, Views uses a non-standard processing for its filter forms, unsetting the processing and handling the submit via $_GET variables. So Ajax Submit won't work with these forms.

 
 

Drupal is a registered trademark of Dries Buytaert.