Thiago,
Jumpstart says it is automatically excluded and it's published source
code suggests this, however I couldn't get it to work like that. That
part of it is a question for jumpstart (is it Geoff?)
I agree, beanEditor is satisfactory, however for me, beanEditForm would
be better if it supported "context" and "async" and passed them on to
the embedded form.
Regards, Paul.
On 29/10/2015 10:47 PM, Thiago H de Paula Figueiredo wrote:
BeanEditForm is just a thin layer over BeanEditor (basically, a Form
with a BeanEditor and a submit button and almost nothing else), so I
almost never use BeanEditForm myself, just BeanEditor.
Also, I cannot see where in the BeanEditForm documentation it says @Id
is automatically excluded. In the example in
http://tapestry.apache.org/5.4/apidocs/org/apache/tapestry5/corelib/components/BeanEditForm.html,
getId() is annotated with @NonVisual.
Regarding hiding properties, you use the exclude parameter in both
BeanEditForm and BeanEditor. What's shown and not are controlled by
the model parameter, which is of type BeanModel, which can be easily
created with the BeanModelSource service, and then you can manipulate
the BeanModel directly and do whatever you want from it.
On Thu, 29 Oct 2015 00:02:31 -0200, Paul Stanton
<[email protected]> wrote:
Just further to this, I've decided not to use BeanEditForm because:
a) I can't set the context - I'd like to use the Id as context so
that I can load the edited bean during 'prepare'
b) The 'async' parameter is not exposed meaning I have to specify a
zone which is not suitable
I suggest these upgrades are considered
On 29/10/2015 12:47 PM, Paul Stanton wrote:
According to jumpstart (no mention in tapestry doc) beaneditform
auto-hides the id field:
http://jumpstart.doublenegative.com.au/jumpstart7/examples/input/edit1/1
*But where is Person's |id| property?* BeanEditForm automatically
hides properties annotated with |@Id|.
From the 'view source' of the jumpstart page, I'm guessing
BeanEditForm is creating a hidden field for the id, not just hiding
it as per @NonVisual
This is not working for me.
Can someone point me to the rules for this feature?
Thanks, Paul.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]