[xwiki-users] xwiki and xmlrpc

2008-06-18 Thread ced.dall
Hi, all   I need to get content from a xwiki page, this i make in java with xml rpc but the problem is that i can't specify in which language i want the page.   My code :   stringBuffer.append("" + localize(KEY_INSTRUCTIONS, locale) + ""); final String token = (String) client.execute("

Re: [xwiki-users] xwiki and xmlrpc

2008-06-19 Thread ced.dall
up please don't know how to do :) thx > Message du 18/06/08 14:20 > De : "ced.dall" > A : users@xwiki.org > Copie à : > Objet : [xwiki-users] xwiki and xmlrpc > > Hi, all   I need to get content from a xwiki page, this i make in java > with xml rpc

Re: [xwiki-users] xwiki and xmlrpc

2008-06-23 Thread Fabio Mancinelli
On 18 juin 08, at 13:56, ced.dall wrote: > > I tried final Map page = (Map) client.execute("confluence1.getPage", > new Object[] { token, "Main", "Incendie?language=fr" }); > but doesn't work > Maybe the problem is how you specify the page ID: Try this instead: Map page = (Map) client.execute