Hi Marius,

   Thanks for the reply.

   This is my code snippet which i tried before posting this post.

            XWikiObject xobj = new XWikiObject(); 
            xobj.setClassName("XWiki.XWikiAllGroups"); 
            xobj.setProperty("member", "test1"); 
            rpc.storeObject(xobj); 

  But i am getting the error that xobj is null in  rpc.storeObject(xobj)..
Whether i have create some pages??

 Here i want to add the user to xwikiallgroup..

 Please guide me. 

Thanks,
Nithya.
-- 
View this message in context: 
http://n2.nabble.com/Adding-user-to-defaul-group-with-appropriate-rights-through-xml-rpc-tp4701451p4703643.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to