9 Mar
2010
9 Mar
'10
5:28 p.m.
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-thr... Sent from the XWiki- Users mailing list archive at Nabble.com.