Re: Override BeanEditForm Submit Button

2017-12-20 Thread Christopher Dodunski
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

Re: Override BeanEditForm Submit Button

2017-12-16 Thread JumpStart
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

Re: Override BeanEditForm Submit Button

2017-12-16 Thread Kalle Korhonen
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:

Override BeanEditForm Submit Button

2017-12-15 Thread Christopher Dodunski
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