Hi, if some component doesn't support informal parameters then there's no place in UI where they could be rendered, and you won't have them in resulting DOM. So you need to either: add @SupportInformalParameters to a component if this is your component and render them using ComponentResources#renderInformalParameters(MarkupWriter); or create a mixin that would accept the parameters you're passing and that mixin would be responsible for modifying DOM with these parameters.
On Fri, Jun 10, 2016 at 5:06 PM, Lherm Nicolas <nlh...@sqli.com> 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 > > > How can I resolve it without using @SupportInformalParameters ? > > > Thanks > -- Dmitry Gusev AnjLab Team http://anjlab.com