Hi,

I'm trying out using several offset paging navigators within the same mode, but 
this seems to be somewhat troublesome.

The main problems seems to be that paging navigators must have id="offset" 
because of the static String OFFSET_KEY (="offset") defined in 
ResultPagingNavigationConfig that's being used by 
ResultPagingNavigationController and AbstractSearchCommand. Using another id, 
e.g. "addressOffset" leads to the getUrl() method using addressOffset as URL 
parameter for the pager, which does not work. "offset=<n>" does not work 
either, since there's no pager with id offset.

Am I missing something here? Is there any other way of defining this? I haven't 
seen this implemented anywhere else, but I think it's been mentioned earlier as 
something that should be possible to do.


Thanks.

-- 
Magne
_______________________________________________
Kernel-development mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-development

Reply via email to