I was able to achieve it with a minor trick.Here it is
Bring Information tab section above comments tab section in docextra.vm
*#if ($showinformation)*
*    #set ($discard = $docextras.add(['Information', 'information',
$msg.get('docextra.information'), -1, 'informationinline.vm',
$msg.get('core.shortcuts.view.information')]))*
*  #end*
 #if ($showcomments)
    $xwiki.jsfx.use('uicomponents/viewers/comments.js',
{'forceSkinAction':
true, 'language': ${xcontext.language}})
    $xwiki.ssfx.use('uicomponents/viewers/comments.css', true)
    #set ($discard = $docextras.add(['Comments', 'comments',
$msg.get('docextra.comments'),
$doc.getObjects('XWiki.XWikiComments').size(), 'commentsinline.vm',
$msg.get('core.shortcuts.view.comments')]))
  #end
On Tue, Jul 2, 2013 at 6:19 PM, Guillaume "Louis-Marie" Delhumeau <
gdelhumeau(a)xwiki.com> wrote:
  I think you should look at templates/docextra.vm
 Regards,
 Louis-Marie.
 2013/7/2 Mohit Gupta <motgupta(a)gmail.com>
   I would like the tab informations on every page
to be the default 
 selected
  tab instead of comments tab. Can i achieve it
with some sort of
 configuration/trick?
 .
 _______________________________________________
 users mailing list
 users(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/users
  _______________________________________________
 users mailing list
 users(a)xwiki.org
 
http://lists.xwiki.org/mailman/listinfo/users