Thanks,
This works perfect for my use case :)
Also when I want to trigger it by something else than a checkbox, for
example a change in a select, I can probably add a hidden checkbox that
I can check with javascript to toggle the FormFragment.
Greetings,
Nathan
Op 14/12/2017 om 14:16 schre
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
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