Hi Sven, thanks for the sample I find editForm.clearErrors() quite useful.
>@Component(parameters = {"value=message:button.value.cancel"})> >private Submit cancelButton;> I have tried the following: @Component(parameters = { "type=message:button" }) private Submit sbtBack; (button was defined as button=button in the property file) unfortunately the input rendered with type="submit" it is not sufficient when a form has param clientValidation="true" and fileds with validate="required" the result of @Component(type = "button") was exception Izolda ps: my Tapestry version is 5.1.0.5 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org