When setting sortable.setEnabled(false), the drag&drop feature still works in 
my case, I am only getting an error "You do not have access to the page you 
requested.“ afterwards.

Chris


> Am 18.05.2015 um 16:27 schrieb Martin Grigorov <mgrigo...@apache.org>:
> 
> Override #onConfigure().
> 
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
> 
> On Mon, May 18, 2015 at 5:25 PM, Chris <chris...@gmx.at> wrote:
> 
>> Hi Martin,
>> 
>> thanks!
>> I am using the Sortable in a Panel and initialize it in the constructor.
>> Where is the best place to set is as disabled when a certain page is
>> loaded?
>> if (getPage().getClass().equals(…) cannot be called in the constructor.
>> 
>> Chris
>> 
>> 
>> 
>>> Am 18.05.2015 um 16:01 schrieb Martin Grigorov <mgrigo...@apache.org>:
>>> 
>>> Sortable.setEnabled(false)
>> 
>> 

Reply via email to