Re: [xwiki-users] XMLRPC Page Creation problem

2008-06-09 Thread Fabio Mancinelli
On 6 juin 08, at 23:32, David Brain wrote: > Hi, > > Quick followup on the issue I was having with the XML RPC API. > > I think I have found a 'solution' - or at least a work around for this > issue. If I set the 'id' of the page when I create the page, then I > can use spaces. I just have to s

Re: [xwiki-users] XMLRPC Page Creation problem

2008-06-06 Thread David Brain
Hi, Quick followup on the issue I was having with the XML RPC API. I think I have found a 'solution' - or at least a work around for this issue. If I set the 'id' of the page when I create the page, then I can use spaces. I just have to set the id to . and it seems to work. David. On Ju

Re: [xwiki-users] XMLRPC Page Creation problem

2008-06-03 Thread David Brain
I did try setting the spaces to '+' but that didn't work either (it embeds the '+' in the title rather than a space). Thanks, David. On Jun 3, 2008, at 3:00 AM, Vincent Massol wrote: > > On Jun 2, 2008, at 9:36 PM, Guillaume Lerouge wrote: > >> Actually using the wiki as a page creation inter

Re: [xwiki-users] XMLRPC Page Creation problem

2008-06-03 Thread Thomas Mortagne
On Tue, Jun 3, 2008 at 9:00 AM, Vincent Massol <[EMAIL PROTECTED]> wrote: > > On Jun 2, 2008, at 9:36 PM, Guillaume Lerouge wrote: > >> Actually using the wiki as a page creation interface your spaces >> would be >> replaced with "+" instead of "_" : is that any better to you ? This is >> required

Re: [xwiki-users] XMLRPC Page Creation problem

2008-06-03 Thread Vincent Massol
On Jun 2, 2008, at 9:36 PM, Guillaume Lerouge wrote: > Actually using the wiki as a page creation interface your spaces > would be > replaced with "+" instead of "_" : is that any better to you ? This is > required because you cannot have URLs with spaces within them, e.g. > your > resulting

Re: [xwiki-users] XMLRPC Page Creation problem

2008-06-02 Thread Guillaume Lerouge
Actually using the wiki as a page creation interface your spaces would be replaced with "+" instead of "_" : is that any better to you ? This is required because you cannot have URLs with spaces within them, e.g. your resulting URL will be .../xwiki/bin/view/Main/My+Test+Page anyway... Guillaume O

Re: [xwiki-users] XMLRPC Page Creation problem

2008-06-02 Thread Vincent Massol
Hi David, This looks like a bug to me since you should be able to create the same page names with XMLRPC than you can by using the wiki directly. Feel free to create a jira issue on http://jira.xwiki.org to report the problem. Thanks -Vincent On Jun 2, 2008, at 8:10 PM, David Brain wrote:

[xwiki-users] XMLRPC Page Creation problem

2008-06-02 Thread David Brain
Hi, I'm trying to create pages via the XMLRPC api - while this seems to mostly work, I am encountering one problem. When my page titles contain spaces (e.g. 'My Test Page') this is saved into XWiki with the spaces replaced by underscores e.g. 'My_Test_Wiki'. Is there a correct approach to