> I have recently started playing with wicket to see if we can use it to
> rewrite a legacy enterprise. I really like the simplicity of the
> architecture. A good chunk of our screens (35%) require editable grid.
> For example maintenance screens for small tables. I have seen bunch of
> examples in wicket on how to do grid views but just one example on how
> to make editable grid (Contacts editor - though it is not complete). I
> also found an example of an editable tree view and it is not complete
> either. Are there any examples out there that can help me get started?
> Any help would be greatly appreciated.

You can. If you need to clone a spreadsheet (like I know Maurice did
for his project) you might want to think about optimizations. For more
simple cases, just remember that anything you nest in a form, no
matter how deeply nested, will take part in form processing. You can
probably best start with DefaultDataTable.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to