You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Nelson Segura <ns...@gmail.com> on 2010/06/03 17:18:12 UTC

Replacing Links with AjaxSubmitLinks in AjaxFallbackDefaultDataTable

Hello,

I am new to Wicket, and I am writing a listing component based on the
phonebook app that uses AjaxFallbackDefaultDataTable and is able to retain
checkbox status across pages.
I searched the forums, and reading around, I was able to get the status
being retained on submits.

What I am missing is to convert my paging and sorting links to
AjaxSubmitLinks, so my checkbox status gets send to the server. I have
searched around and found that this is needed, but how no pointers on how to
do the job. Can someone provide a quick outline / sample code on how this
replacement can be done?

-Nelson

Re: Replacing Links with AjaxSubmitLinks in AjaxFallbackDefaultDataTable

Posted by Igor Vaynberg <ig...@gmail.com>.
yep

-igor

On Thu, Jun 3, 2010 at 11:14 AM, Nelson Segura <ns...@gmail.com> wrote:
> OK, so this means replacing all the
> AjaxFallBackDefaultDataTable/AjaxNavigationToolbar/AjaxPaginNavigator/etc
> and the AjaxFallbackHeadersToolbar/etc classes with my own classes that
> mimic them? Correct?
>
> -Nelson
>
>
> On Thu, Jun 3, 2010 at 11:02 AM, Igor Vaynberg <ig...@gmail.com>wrote:
>
>> see how AjaxFallbackDefaultDataTable  replaces the navigator links
>> with AjaxFallbackLinks...
>>
>> -igor
>>
>> On Thu, Jun 3, 2010 at 8:18 AM, Nelson Segura <ns...@gmail.com> wrote:
>> > Hello,
>> >
>> > I am new to Wicket, and I am writing a listing component based on the
>> > phonebook app that uses AjaxFallbackDefaultDataTable and is able to
>> retain
>> > checkbox status across pages.
>> > I searched the forums, and reading around, I was able to get the status
>> > being retained on submits.
>> >
>> > What I am missing is to convert my paging and sorting links to
>> > AjaxSubmitLinks, so my checkbox status gets send to the server. I have
>> > searched around and found that this is needed, but how no pointers on how
>> to
>> > do the job. Can someone provide a quick outline / sample code on how this
>> > replacement can be done?
>> >
>> > -Nelson
>> >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Replacing Links with AjaxSubmitLinks in AjaxFallbackDefaultDataTable

Posted by Nelson Segura <ns...@gmail.com>.
OK, so this means replacing all the
AjaxFallBackDefaultDataTable/AjaxNavigationToolbar/AjaxPaginNavigator/etc
and the AjaxFallbackHeadersToolbar/etc classes with my own classes that
mimic them? Correct?

-Nelson


On Thu, Jun 3, 2010 at 11:02 AM, Igor Vaynberg <ig...@gmail.com>wrote:

> see how AjaxFallbackDefaultDataTable  replaces the navigator links
> with AjaxFallbackLinks...
>
> -igor
>
> On Thu, Jun 3, 2010 at 8:18 AM, Nelson Segura <ns...@gmail.com> wrote:
> > Hello,
> >
> > I am new to Wicket, and I am writing a listing component based on the
> > phonebook app that uses AjaxFallbackDefaultDataTable and is able to
> retain
> > checkbox status across pages.
> > I searched the forums, and reading around, I was able to get the status
> > being retained on submits.
> >
> > What I am missing is to convert my paging and sorting links to
> > AjaxSubmitLinks, so my checkbox status gets send to the server. I have
> > searched around and found that this is needed, but how no pointers on how
> to
> > do the job. Can someone provide a quick outline / sample code on how this
> > replacement can be done?
> >
> > -Nelson
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

Re: Replacing Links with AjaxSubmitLinks in AjaxFallbackDefaultDataTable

Posted by Igor Vaynberg <ig...@gmail.com>.
see how AjaxFallbackDefaultDataTable  replaces the navigator links
with AjaxFallbackLinks...

-igor

On Thu, Jun 3, 2010 at 8:18 AM, Nelson Segura <ns...@gmail.com> wrote:
> Hello,
>
> I am new to Wicket, and I am writing a listing component based on the
> phonebook app that uses AjaxFallbackDefaultDataTable and is able to retain
> checkbox status across pages.
> I searched the forums, and reading around, I was able to get the status
> being retained on submits.
>
> What I am missing is to convert my paging and sorting links to
> AjaxSubmitLinks, so my checkbox status gets send to the server. I have
> searched around and found that this is needed, but how no pointers on how to
> do the job. Can someone provide a quick outline / sample code on how this
> replacement can be done?
>
> -Nelson
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org