Hi Flavien,
I don't know if this is the correct way to resolve this, but adding
_internal:
resource: "@FrameworkBundle/Resources/config/routing/internal.xml"
prefix: /_internal
to routing.yml seems to solve this issue.
Regards
On Wednesday, September 26, 2012 12:33:36 PM UTC-3, Flavien Binet wrote:
> Hi,
> Bumping this as i'm looking for informations too...
> When i add hinclude.js and "with {}, {'standalone': 'js'}" on my twig
> render tag i got a weird error : An exception has been thrown during the
> rendering of a template ("Route "_internal_public" does not exist.")
> Anyone with a working example or tips on settings this up ?
> Regards
> On Thursday, September 13, 2012 7:58:41 AM UTC+2, Baptiste DUPUCH wrote:
>> Hello everyone,
>> I've just noticed the use of include in Symfony 2.1 docs.
>> Does any one has any example and can explain me exactly what it does...
>> Docs aren't so clear to me.
>> http://symfony.com/doc/current/book/templating.html#asynchronous-cont...