On Mon, 03 Sep 2012 12:12:19 -0300, trsvax <[email protected]> wrote:

I'm trying to change the BeanEditForms submitLabel with a mixin like this

@BindParameter
private String submitLabel;

void setupRender() {
     submitLabel = "New";
}

but that results in this

Render queue error in SetupRender[user/New:user]: Failure writing parameter
'submitLabel' of component user/New:user: Binding LiteralBinding[default
submitLabel: Create/Update] is read-only.

Try adding @Property to submitLabel.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to