7;ve this exception in my application :
>
>
> Binding parameter %s as an informal parameter does not make sense, as %s
> does not support informal parameters
>
>
> How can I resolve it without using @SupportInformalParameters ?
>
>
> Thanks
>
--
Dmitry Gusev
AnjLab Team
http://anjlab.com
On Fri, 10 Jun 2016 11:06:30 -0300, Lherm Nicolas wrote:
Hello,
I've this exception in my application :
Binding parameter %s as an informal parameter does not make sense, as %s
does not support informal parameters
Could you please post the related code and template snippet? Without
Hello,
I've this exception in my application :
Binding parameter %s as an informal parameter does not make sense, as %s does
not support informal parameters
How can I resolve it without using @SupportInformalParameters ?
Thanks
Some background:
I'm working on a module that adapts existing components to use the
Twitter Bootstrap HTML/CSS framework. To do this I created a mixin
that supports informal parameters and passes the parameters to a
Visitor. The problem is mixins that support informal parameters appear
to be favor