Actually we have gone completely Ajax for the grid, so i have no idea
what problems you are going to run into when using forms, especially
in combination with a moving editor. our grid was based on a listview
using wicket 1.2.6 but 1.3 might have better alternatives.

Maurice

On 7/11/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:
> > 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
>

-------------------------------------------------------------------------
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