On Wed, Mar 20, 2013 at 11:48 PM, Guillaume Smet <[email protected]> wrote: > On Wed, Mar 20, 2013 at 12:58 PM, Martin Grigorov <[email protected]> > wrote: >> Another user asked the same question so I added it to my demo app: >> https://github.com/martin-g/blogs/commit/d5a248a3a3d5369c9cdc66604eba384428e9d0a0
FWIW, the following does the trick for me: getResourceSettings().setHeaderItemComparator(new PriorityFirstComparator(true)); The parameter of the PriorityFirstComparator constructor is renderPageFirst. The default HeaderItemComparator is new PriorityFirstComparator(false); -- Guillaume --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
