I have a similar view with a Ajax paginator, but I am using DataView. This
view, which is also pageable, takes a data provider (IDataProvider) and is a
good option for database queries.

On Wed, Apr 29, 2009 at 4:49 AM, Linda van der Pal <
lvd...@heritageagenturen.nl> wrote:

> I don't see why you should change from PageableListView (unless it is for
> entirely different reasons, like the size of your list). I have in fact just
> programmed such functionality with a PageableListView. (Although I didn't
> use a modal window, but a tabbedpanel to show the details.)
>
> Regards,
> Linda
>
> HHB wrote:
>
>> Hey,
>> I'm using a PageableListView with Ajax-enabled paginator.
>> My team leader asked me to add two buttons in front of each row:
>> Edit and Delete button.
>> Edit will bring a ModalWindow to edit the contact.
>> Delete will delete the record from the backend.
>> For this functionality, which repeater do you suggest to use?
>> Thanks.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>  ------------------------------------------------------------------------
>>
>>
>> No virus found in this incoming message.
>> Checked by AVG - www.avg.com Version: 8.5.287 / Virus Database:
>> 270.12.8/2086 - Release Date: 04/29/09 06:37:00
>>
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to