Hello,
I use an ExtJS-form, which sends an AJAX-request to the server.
Depending on the server-results the user should now be redirected to
another page,
but somehow it doesn't work any more, when I use AJAX-requests. Normal
forms are no problem.
I have used constructions like this:
$c->res->redirect($c->uri_for($c->controller('aaa')->action_for('bbb')));
or ...
$c->detach('/aaa/bbb');
Any hint for me?
Thank u.
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/