Re: Grid with editable fields

2008-10-27 Thread Thiago H. de Paula Figueiredo

Two simple steps:

1) Put your Grid inside a Form.

2) Use  to show a  tag  
instead of just showing the property value.


As almost anything in Tapestry 5, it's very simple. :)

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Grid with editable fields

2008-10-27 Thread Toby Hobson
Hi guys,

Currently I have a master-detail screen for some admin pages which uses the
grid and beaneditform components. It work nicely, however I would like to
implement a grid which can be edited in place. Specifically I have some
fields which I would like to display as drop down selection boxes so the
admin use can quickly change the properties for all the elements in the grid
without having to navigate between master-detail pages.

Has anyone implemented anything similar to this before? if so do you have
any pointers?

Thanks

Toby