On Mon, 03 Sep 2012 12:12:19 -0300, trsvax <trs...@gmail.com> 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: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to