>
> Started using Catalyst::Pluign::SubRequest but found one annoying issue -
> by default it doesn't duplicate $c->req->params.I.e. each time I need to
> request some block for page I have to use subinclude('path/to/action', {},
> c.reg.params) instead plain subinclude('path/to/action');
>
> Is it only me who think that SubRequest should include current request
> params by default and may be it was done this way by some intent I am
> missing?
>


Forgot to mention - I am using SubInclude in my templates.
Same could be reproduced by direct using $c->sub_request("path/to/action");

Regards,
Pavel
_______________________________________________
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/

Reply via email to