Re: Informal Parameter

2016-06-10 Thread Dmitry Gusev
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

Re: Informal Parameter

2016-06-10 Thread Thiago H de Paula Figueiredo
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

Informal Parameter

2016-06-10 Thread Lherm Nicolas
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

More Mixin Informal Parameter Woes

2012-02-11 Thread Barry Books
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