When using this kind of function:
$prototype_helper->link_to_remote($page, array('url' => array('controller'
=> 'admin', 'action' => 'config_listing', 'page' => $page, 'pattern' =>
$pattern), 'update' => 'listing'));
the url generated was wrong cause the & separator was escaped twice. This
patch has been taken from the ROR framework (ActionPack) and adapted to
Akelos. This was a missing feature.
Original issue reported on code.google.com by jerome.l...@gmail.com on 11 Apr 2007 at 1:40
Original issue reported on code.google.com by
jerome.l...@gmail.com
on 11 Apr 2007 at 1:40Attachments: