On Mon, Jul 2, 2012 at 10:56 AM, yann gensollen <y...@gensollen.com> wrote: > Hello thanks for your help > > my code is now for main WebHome > > {{include document="Dashboard.WebHome" context="new"/}} > {{velocity}}
> $xwiki.getURL("guide utilisateur Alexandhry.WebHome") Vincent suggested you to use $xwiki.getURL() instead of $xwiki.getDocumentURL(), not to drop the $request.sendRedirect() call. As you can see, there's no getDocumentURL method in http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/org/xwiki/platform/xwiki-platform-oldcore/4.1.2/xwiki-platform-oldcore-4.1.2-javadoc.jar/!/com/xpn/xwiki/api/XWiki.html . $response.sendRedirect($xwiki.getURL('guide utilisateur Alexandhry.WebHome') Hope this helps, Marius > {{/velocity}} > > but it still does not work when a user registers it still goes on main > space instead of specific space. I also have changed default page on > cfg file but no success either > > thanks > > yann > > 2012/6/29, Vincent Massol <vinc...@massol.net>: >> >> On Jun 29, 2012, at 5:23 PM, yann gensollen wrote: >> >>> hello thanks for the answer >>> >>> I have edited the webhome of main space and now i have this >>> >>> {{include document="Dashboard.WebHome" context="new"/}} >>> {{velocity}} >>> $response.sendRedirect($xwiki.getDocumentURL('guide utilisateur >> >> $xwiki.getURL("Space.Page") >> >>> Alexandhry.WebHome')) >>> {{/velocity}} >>> >>> but it s still wont work >>> >>> what am i doing wrong? >>> >>> thanks >>> >>> 2012/6/29, Guillaume Lerouge <guilla...@xwiki.com>: >>>> Hi Yann, >>>> >>>> IIRC, you can change the default home page for the wiki in xwiki.cfg or >>>> in >>>> xwiki.properties. >>>> >>>> You can also add this code in your home page: >>>> >>>> {{velocity}} >>>> $response.sendRedirect($xwiki.getDocumentURL('SPACE.PAGE')) >>>> {{/velocity}} >>>> >>>> Guillaume >>>> >>>> On Fri, Jun 29, 2012 at 4:57 PM, yann gensollen <y...@gensollen.com> >>>> wrote: >>>> >>>>> Hello >>>>> Could u please tell me if it is possible when a user registers not to >>>>> be redirected on main space webhome but a specific space instead. >>>>> >>>>> thank you >>>>> _______________________________________________ >>>>> users mailing list >>>>> users@xwiki.org >>>>> http://lists.xwiki.org/mailman/listinfo/users >>>> _______________________________________________ >>>> users mailing list >>>> users@xwiki.org >>>> http://lists.xwiki.org/mailman/listinfo/users >>>> >>> _______________________________________________ >>> users mailing list >>> users@xwiki.org >>> http://lists.xwiki.org/mailman/listinfo/users >> >> _______________________________________________ >> users mailing list >> users@xwiki.org >> http://lists.xwiki.org/mailman/listinfo/users >> > _______________________________________________ > users mailing list > users@xwiki.org > http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users