Thanks for your advice; apologies for the delay in responding.
Yes, I did exactly as you suggested. Using the java/tml source code for
BeanEditForm, I created my own OptoEditForm component. BeanEditForm
accepted a parameter for the submit button label. In addition to this,
OptoEditForm accepts
An example:
http://jumpstart.doublenegative.com.au/jumpstart/examples/input/morecontroledit1/1
Geoff
> On 17 Dec 2017, at 1:02 am, Kalle Korhonen wrote:
>
> You want to use the underlying BeanEditor component that does most of the
> work and build your own form around it, could start by copyin
You want to use the underlying BeanEditor component that does most of the
work and build your own form around it, could start by copying the
BeanEditForm source:
https://github.com/apache/tapestry-5/blob/master/tapestry-core/src/main/resources/org/apache/tapestry5/corelib/components/BeanEditForm.tm
Hi,
I would simply like to override Tapestry's BeanEditForm default submit
button. I've searched the internet but not found example code to achieve
this. Below is my template code, which is for a BeanEditForm component
with two added fields. The submit tag is not having the desired effect.
Of