I see no inconsistence here. BeanEditForm (and BeanEditor) have a very
different meaning than Grid and BeanDisplay. One is for editing data,
the other for displaying data. BeanEditForm and BeanEditor replace the
whole line because there's no way for them to bind a Label component
to a component you will provide. If you want edit and delete links in
a BeanDisplay, put them after the component, not inside. It is meant
to only display an object. A workaround is to add the following lines
to your app.properties.

edit-label=
delete-label=

-- 
Thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to