well, I do do this all the time, I use listview to go through each
object in a list, and add a fragment to the item, of course the way I
do it doesn't involve edit all the items, it's like edit a row in a
table, so I chose the row (keep the object id in a session variable),
redraw the table, if the row represent the chosen object then instead
of showing the fragment with the information, I show the fragment with
the form.

On 12/4/06, Ted Roeloffzen <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Is it possible with Wicket to use a DataTable(repeater) in a form?
> In every row of the table, there will be at least 2 textfields and a
> checkbox.
> Is this possible and if so how do I do this?
>
> Ted
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


-- 
Regards, Ali

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to