Re: editable tree table: submit all changes at once

2013-01-29 Thread Paul Bors
Why don't you just switch your code to use it and then put it to a test. See if it dose what you need, and if it's not then feel free to "steal" as much code from it as you please. I believe it's open source under the same license as Wicket (Apache 2.0). I don't use that particular editable tree

Re: editable tree table: submit all changes at once

2013-01-29 Thread Paul Bors
Try to use that project out of the box, and if you find bugs or improvements feel free to contribute back :) It's better that way as it is mainted by a wide range of members rather than just your or your team. ~ Thank you, Paul Bors On Tue, Jan 29, 2013 at 9:54 AM, grazia wrote: > Sorry, I got

Re: editable tree table: submit all changes at once

2013-01-29 Thread grazia
Sorry, I got the source code -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/editable-tree-table-make-an-editable-row-rather-than-an-editable-cell-tp4655768p4655879.html Sent from the Users forum mailing list archive at Nabble.com. --

Re: editable tree table: submit all changes at once

2013-01-28 Thread Paul Bors
Why re-invent the wheel? Take a look at the examples for Wicket Components at: http://www.wicket-library.com/ The Wicketstuff InMethod Grid's "Editable TreeGrid": http://www.wicket-library.com/inmethod-grid/tree-grid/editable The project you're looking for is at: https://github.com/wicketstuff/

Re: editable tree table: submit all changes at once

2013-01-28 Thread grazia
This is what I did, comments are welcome. On each row, I have an "action's" cell (actions like "save" or "delete"). That cell is represented by a class that extends Panel. Its constructor takes an id and a PropertyModel as arguments. The PropertyModel allows me to get the tree node in that row.

Re: editable tree table: submit all changes at once

2013-01-25 Thread Sven Meier
to the database ? How ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/editable-tree-table-submit-all-changes-at-once-tp4655768.html Sent from the Users forum mailing list archive at Nabble.com