I still get the same error Render queue error in SetupRender[address/New:address]: Failure writing parameter 'submitLabel' of component address/New:address: Binding LiteralBinding[default submitLabel: Create/Update] is read-only.
I also tried @Parameter private String submitLabel; @BindParameter(value="submitLabel") private String componentLabel; but that does not work either. It seems no matter what the component's submitLabel is bound to the message unless you supply a value; I did work around the problem using the MarkupWriter in the AfterRender method to find the submit button and update it's value. That works but it would be nice to be able to override a default Parameter value with a mixin. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Can-t-change-BeanEditForm-submitLabel-with-a-mixin-tp5716012p5716020.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org