[xwiki-users] velocity escape char [ ]

2008-04-11 Thread Raffaele Viola
Hi all, I'm try to use javascript into a macro like this document.getElementById('levelone').options[0] = new Option(-Empty \*-,); but whe it is executed what I get is document.getElementById('levelone').options0 = new Option(-Empty \*-,); How can I solve this problem??? Thanks all, Raffo

[xwiki-users] Xwiki jmeter test

2008-03-18 Thread Raffaele Viola
Hi all, I want to make some load test to xwiki using jmeter. I have a problem with the login because I don't understand which parameters I have to add to the request /xwiki/bin/login/XWiki/XWikiLogin Cna someone help me?? Thanks Raffo ___ users

[xwiki-users] view page without loggin

2008-03-03 Thread Raffaele Viola
Hi all, how can I view a page without need to logg-in? Tahks raffo ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] copy rigths to page

2008-02-14 Thread Raffaele Viola
Hi all, I'm trying to copy the rights from a page to another without any success using this code. Can someone help me? Thanks raffo #set($targetDoc = $xwiki.getDocument('paginavuota2')) $targetDoc.getName() #foreach($obj in $doc.getObjects(XWiki.XWikiGlobalRights)) #set($levels =

Re: [xwiki-users] Warning: iframe escaping malformed URI reference

2008-02-05 Thread Raffaele Viola
I removed the space in the zip file name and now the message: Warning: iframe escaping malformed URI reference doesn't appears. The problem is that PDF export still not include the htm file. Can someone help me? Thanks Raffo 2008/2/5, Raffaele Viola [EMAIL PROTECTED]: Hi all, im using

[xwiki-users] Include Child in PDF

2008-02-04 Thread Raffaele Viola
Hi all, I chenged in the file menuview.vm the row: #submenuitem($doc.getURL(export, format=pdfamp;$docvariant) $msg.get( core.menu.export.pdf)) in #submenuitem($doc.getURL(export, format=pdfincludechilds=1amp;$docvariant) $msg.get(core.menu.export.pdf )) to include childs pages into PDF export

[xwiki-users] tag img problem

2008-02-04 Thread Raffaele Viola
Hi all, I have some problems trying to exporta as pdf a page. In the source code there is an image img src=/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png alt= Masterplan.png title=Masterplan.png/ but in the pdf I see also this line

[xwiki-users] GeneratePdfForChildrenPages

2008-01-29 Thread Raffaele Viola
Hi all, In the page http://code.xwiki.org/xwiki/bin/view/Snippets/GeneratePdfForChildrenPagesSnippetI read: Since XWiki 1.2 it's possible to export several pages as PDF or RTF, using the currently undocumented includechilds=1, includelinks=1 and pagebreaks=1 request parameters. See XWIKI-1289

[xwiki-users] copy a page

2008-01-23 Thread Raffaele Viola
Hi all, can someone explain me the meaning of Target Doc in the Copy a document page who does it works? Thanks Raffo ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] error coping a document

2008-01-23 Thread Raffaele Viola
Hi all, using the Copy a document page with: - source document=XWiki.provaCopia - target document mySpace.provaCopia I get this result: - Copying document XWiki.provaCopia () from xwiki to xwiki: $xwiki.xWiki.copyDocument($sourcedoc, $targetdoc, $sourcewiki, $targetwiki,

[xwiki-users] change parent

2008-01-21 Thread Raffaele Viola
Hi all, I create a page to change the parent to a chosen page using: #set ($mydoc = $xwiki.getDocument(some.page)) $mydoc.setParent($targetdoc) $mydoc.save() It works but in the tree page I see the changed page into its original tree location. What is my fault ?? Thanks Raffo

[xwiki-users] move page

2008-01-21 Thread Raffaele Viola
Hi all, how can I move a page from a space to another space? Is it possible changing the parent of that page? Thanks Raffo ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] copy the rigths

2008-01-21 Thread Raffaele Viola
How can I copy automatically the rights, set on a page, to another page? Thanks raffo ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users