You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Zhubin Salehi <zh...@yahoo.com> on 2009/02/02 16:04:29 UTC

Re: Pageable tree?

I have a rootless tree with a large number of nodes on the first level. I
only want to make a first level pageable.

Zhubin


Matej Knopp-2 wrote:
> 
> The whole purpose of tree is to structure your data in way that
> doesn't need paging. I never really got the concept of pageable tree.
> How do you know what level you are on second page when your root is on
> first page?
> 
> -Matej
> 
> On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst
> <ma...@gmail.com> wrote:
>> The inmethod packages might contains such a thing, but I doubt it. See
>> wicketstuff svn for the inmethod components.
>>
>> Martijn
>>
>> On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <zh...@yahoo.com>
>> wrote:
>>>
>>> Hi,
>>>
>>> Is there some kind of pageable tree class in Wicket, or I have to break
>>> up
>>> my tree to several smaller trees and put them in a PageableListView?
>>>
>>> Thanks,
>>> Zhubin
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>> Apache Wicket 1.3.5 is released
>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>
>> ---------------------------------------------------------------------
>> 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Pageable-tree--tp21754065p21791193.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Pageable tree?

Posted by Igor Vaynberg <ig...@gmail.com>.
no, each item in the listview is a link which loads a different root
into a tree to the right.

-igor

On Tue, Feb 3, 2009 at 11:41 AM, Zhubin Salehi <zh...@yahoo.com> wrote:
>
> So each item in the list view is an individual tree?
>
> Zhubin
>
>
> igor.vaynberg wrote:
>>
>> no, use the listview to only list your roots. when you click on one it
>> refreshes the tree to the right with that root.
>>
>> -igor
>>
>> On Mon, Feb 2, 2009 at 7:59 AM, Zhubin Salehi <zh...@yahoo.com> wrote:
>>>
>>> You mean put several trees in a listview or using a single tree and a
>>> single
>>> list view? I thought about breaking the original tree into several trees
>>> and
>>> put them in a listview, but I don't know how to use a single listview and
>>> a
>>> single tree.
>>>
>>> Zhubin
>>>
>>>
>>> igor.vaynberg wrote:
>>>>
>>>> so use two components
>>>>
>>>> [listview][tree]
>>>>
>>>> where listview lets you select roots and refreshes the tree with the
>>>> selected root.
>>>>
>>>> -igor
>>>>
>>>> On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi <zh...@yahoo.com>
>>>> wrote:
>>>>>
>>>>> I have a rootless tree with a large number of nodes on the first level.
>>>>> I
>>>>> only want to make a first level pageable.
>>>>>
>>>>> Zhubin
>>>>>
>>>>>
>>>>> Matej Knopp-2 wrote:
>>>>>>
>>>>>> The whole purpose of tree is to structure your data in way that
>>>>>> doesn't need paging. I never really got the concept of pageable tree.
>>>>>> How do you know what level you are on second page when your root is on
>>>>>> first page?
>>>>>>
>>>>>> -Matej
>>>>>>
>>>>>> On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst
>>>>>> <ma...@gmail.com> wrote:
>>>>>>> The inmethod packages might contains such a thing, but I doubt it.
>>>>>>> See
>>>>>>> wicketstuff svn for the inmethod components.
>>>>>>>
>>>>>>> Martijn
>>>>>>>
>>>>>>> On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <zh...@yahoo.com>
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> Is there some kind of pageable tree class in Wicket, or I have to
>>>>>>>> break
>>>>>>>> up
>>>>>>>> my tree to several smaller trees and put them in a PageableListView?
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Zhubin
>>>>>>>> --
>>>>>>>> View this message in context:
>>>>>>>> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html
>>>>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Become a Wicket expert, learn from the best:
>>>>>>> http://wicketinaction.com
>>>>>>> Apache Wicket 1.3.5 is released
>>>>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> 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
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Pageable-tree--tp21754065p21791193.html
>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> 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
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Pageable-tree--tp21754065p21792237.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Pageable-tree--tp21754065p21817293.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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: Pageable tree?

Posted by Zhubin Salehi <zh...@yahoo.com>.
So each item in the list view is an individual tree?

Zhubin


igor.vaynberg wrote:
> 
> no, use the listview to only list your roots. when you click on one it
> refreshes the tree to the right with that root.
> 
> -igor
> 
> On Mon, Feb 2, 2009 at 7:59 AM, Zhubin Salehi <zh...@yahoo.com> wrote:
>>
>> You mean put several trees in a listview or using a single tree and a
>> single
>> list view? I thought about breaking the original tree into several trees
>> and
>> put them in a listview, but I don't know how to use a single listview and
>> a
>> single tree.
>>
>> Zhubin
>>
>>
>> igor.vaynberg wrote:
>>>
>>> so use two components
>>>
>>> [listview][tree]
>>>
>>> where listview lets you select roots and refreshes the tree with the
>>> selected root.
>>>
>>> -igor
>>>
>>> On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi <zh...@yahoo.com>
>>> wrote:
>>>>
>>>> I have a rootless tree with a large number of nodes on the first level.
>>>> I
>>>> only want to make a first level pageable.
>>>>
>>>> Zhubin
>>>>
>>>>
>>>> Matej Knopp-2 wrote:
>>>>>
>>>>> The whole purpose of tree is to structure your data in way that
>>>>> doesn't need paging. I never really got the concept of pageable tree.
>>>>> How do you know what level you are on second page when your root is on
>>>>> first page?
>>>>>
>>>>> -Matej
>>>>>
>>>>> On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst
>>>>> <ma...@gmail.com> wrote:
>>>>>> The inmethod packages might contains such a thing, but I doubt it.
>>>>>> See
>>>>>> wicketstuff svn for the inmethod components.
>>>>>>
>>>>>> Martijn
>>>>>>
>>>>>> On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <zh...@yahoo.com>
>>>>>> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> Is there some kind of pageable tree class in Wicket, or I have to
>>>>>>> break
>>>>>>> up
>>>>>>> my tree to several smaller trees and put them in a PageableListView?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Zhubin
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html
>>>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>>>
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Become a Wicket expert, learn from the best:
>>>>>> http://wicketinaction.com
>>>>>> Apache Wicket 1.3.5 is released
>>>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> 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
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Pageable-tree--tp21754065p21791193.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Pageable-tree--tp21754065p21792237.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Pageable-tree--tp21754065p21817293.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Pageable tree?

Posted by Igor Vaynberg <ig...@gmail.com>.
no, use the listview to only list your roots. when you click on one it
refreshes the tree to the right with that root.

-igor

On Mon, Feb 2, 2009 at 7:59 AM, Zhubin Salehi <zh...@yahoo.com> wrote:
>
> You mean put several trees in a listview or using a single tree and a single
> list view? I thought about breaking the original tree into several trees and
> put them in a listview, but I don't know how to use a single listview and a
> single tree.
>
> Zhubin
>
>
> igor.vaynberg wrote:
>>
>> so use two components
>>
>> [listview][tree]
>>
>> where listview lets you select roots and refreshes the tree with the
>> selected root.
>>
>> -igor
>>
>> On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi <zh...@yahoo.com> wrote:
>>>
>>> I have a rootless tree with a large number of nodes on the first level. I
>>> only want to make a first level pageable.
>>>
>>> Zhubin
>>>
>>>
>>> Matej Knopp-2 wrote:
>>>>
>>>> The whole purpose of tree is to structure your data in way that
>>>> doesn't need paging. I never really got the concept of pageable tree.
>>>> How do you know what level you are on second page when your root is on
>>>> first page?
>>>>
>>>> -Matej
>>>>
>>>> On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst
>>>> <ma...@gmail.com> wrote:
>>>>> The inmethod packages might contains such a thing, but I doubt it. See
>>>>> wicketstuff svn for the inmethod components.
>>>>>
>>>>> Martijn
>>>>>
>>>>> On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <zh...@yahoo.com>
>>>>> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Is there some kind of pageable tree class in Wicket, or I have to
>>>>>> break
>>>>>> up
>>>>>> my tree to several smaller trees and put them in a PageableListView?
>>>>>>
>>>>>> Thanks,
>>>>>> Zhubin
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html
>>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>>>> Apache Wicket 1.3.5 is released
>>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> 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
>>>>
>>>>
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Pageable-tree--tp21754065p21791193.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Pageable-tree--tp21754065p21792237.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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: Pageable tree?

Posted by Zhubin Salehi <zh...@yahoo.com>.
You mean put several trees in a listview or using a single tree and a single
list view? I thought about breaking the original tree into several trees and
put them in a listview, but I don't know how to use a single listview and a
single tree.

Zhubin


igor.vaynberg wrote:
> 
> so use two components
> 
> [listview][tree]
> 
> where listview lets you select roots and refreshes the tree with the
> selected root.
> 
> -igor
> 
> On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi <zh...@yahoo.com> wrote:
>>
>> I have a rootless tree with a large number of nodes on the first level. I
>> only want to make a first level pageable.
>>
>> Zhubin
>>
>>
>> Matej Knopp-2 wrote:
>>>
>>> The whole purpose of tree is to structure your data in way that
>>> doesn't need paging. I never really got the concept of pageable tree.
>>> How do you know what level you are on second page when your root is on
>>> first page?
>>>
>>> -Matej
>>>
>>> On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst
>>> <ma...@gmail.com> wrote:
>>>> The inmethod packages might contains such a thing, but I doubt it. See
>>>> wicketstuff svn for the inmethod components.
>>>>
>>>> Martijn
>>>>
>>>> On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <zh...@yahoo.com>
>>>> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> Is there some kind of pageable tree class in Wicket, or I have to
>>>>> break
>>>>> up
>>>>> my tree to several smaller trees and put them in a PageableListView?
>>>>>
>>>>> Thanks,
>>>>> Zhubin
>>>>> --
>>>>> View this message in context:
>>>>> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html
>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>>> Apache Wicket 1.3.5 is released
>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Pageable-tree--tp21754065p21791193.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> 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
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/Pageable-tree--tp21754065p21792237.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Pageable tree?

Posted by Igor Vaynberg <ig...@gmail.com>.
so use two components

[listview][tree]

where listview lets you select roots and refreshes the tree with the
selected root.

-igor

On Mon, Feb 2, 2009 at 7:04 AM, Zhubin Salehi <zh...@yahoo.com> wrote:
>
> I have a rootless tree with a large number of nodes on the first level. I
> only want to make a first level pageable.
>
> Zhubin
>
>
> Matej Knopp-2 wrote:
>>
>> The whole purpose of tree is to structure your data in way that
>> doesn't need paging. I never really got the concept of pageable tree.
>> How do you know what level you are on second page when your root is on
>> first page?
>>
>> -Matej
>>
>> On Sat, Jan 31, 2009 at 10:53 AM, Martijn Dashorst
>> <ma...@gmail.com> wrote:
>>> The inmethod packages might contains such a thing, but I doubt it. See
>>> wicketstuff svn for the inmethod components.
>>>
>>> Martijn
>>>
>>> On Fri, Jan 30, 2009 at 8:31 PM, Zhubin Salehi <zh...@yahoo.com>
>>> wrote:
>>>>
>>>> Hi,
>>>>
>>>> Is there some kind of pageable tree class in Wicket, or I have to break
>>>> up
>>>> my tree to several smaller trees and put them in a PageableListView?
>>>>
>>>> Thanks,
>>>> Zhubin
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Pageable-tree--tp21754065p21754065.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>>>> For additional commands, e-mail: users-help@wicket.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>> Apache Wicket 1.3.5 is released
>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>
>>> ---------------------------------------------------------------------
>>> 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
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Pageable-tree--tp21754065p21791193.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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