This is not very difficult to implement. The displaytag example in
wicket-examples used to have it and it was based on ListView. But I
think we removed it since Repeater/DataView etc from wicket-extension
is more flexible and elegant and our preferred approach for most table
type implementation. I have no doubts that a customized component can
be developed which uses Labels as a default for each cell still giving
you the option to use any other component if the default (Label)
should ot be used.

Juergen.

On 6/5/07, Florian Hehlen <[EMAIL PROTECTED]> wrote:
> HI all,
>
> I am sad to announce that my company did not choose to use wicket after
> comparison with struts 2. :-(
>
> One criticism that came out as we were looking at Wicket code was that
> there seems to be a need to write a lot of Java code in a ListView for
> such things as displaying a table. Although I did not see this issue as
> out-weighing all the benefits, many of my colleagues did.
>
> Is there any plan or push or hidden feature that allows for a bean to be
> directly mapped to a template without having to declare new Label(...)
> for each field in the ListView. I think this would be a great win for
> Wicket if adding those low-level components was only necessary when one
> wants to add special handling, formating, validation, etc.
>
> thanks,
> Florian.
>
> -------------------------------------------------------------------------
> 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