Re: [xwiki-users] user login / document does not exist

2008-04-21 Thread Sergiu Dumitriu
David Hláčik wrote: Hi, actually then it is really strange, steps what i have done 4) I have changed global rights for groups : Special Users View Comment Edit Delete Admin Register Program Unregistered UsersGroups Users View Comment Edit Delete Admin Register Program

Re: [xwiki-users] Trouble with velocity script to list Object properties

2008-04-21 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: But, please, why obj.name=doc.fullName is required? If I remove this conditions, the query retrieve only a couple of documents with the defined properties populated and a bunch of empty ones. As with any query language, select from A, B

Re: [xwiki-users] Trouble with velocity script to list Object properties

2008-04-21 Thread Sergiu Dumitriu
Tjaart van Wijck wrote: Guillaume, That worked! Thanks a lot for the help. Yet, I still don't understand why the HQL string below does not yield the correct results: $query = select obj from BaseObject obj where obj.className='Contacts.ContactClass' Can someone explain how XWiki

Re: [xwiki-users] Trouble with velocity script to list Object properties

2008-04-21 Thread Sergiu Dumitriu
Tjaart van Wijck wrote: a) A class definition is essentially a special type of wiki page that defines the class structure (i.e. properties). Yes, but here special means just that it contains a class definition, as otherwise nothing makes it special. Any document can host a class, just add

Re: [xwiki-users] groovy script as xpage

2008-04-21 Thread Sergiu Dumitriu
Jan Kodera wrote: Hi All, i just wondering i cant use groovy when i call page from parameter xpage? I mean, when I call something like this http://localhost:8080/xwiki/bin/view/Test/?xpage=myPage the groovy script is written like normal text. What am i doing wrong? Or I have missed

Re: [xwiki-users] retrieving a class property

2008-04-21 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: Hi all, This code retrieves and shows the document name of all the documents created with a given class: #set ($sql = , BaseObject as obj where obj.name=doc.fullName and obj.className='${doc.web}.${class}Class' and

Re: [xwiki-users] Setting a textarea object

2008-04-21 Thread Sergiu Dumitriu
Esbach, Brandon wrote: Hi all, I've been working on a project that requires multiple classes fields to be updated, but I seem to have a problem putting info into a textarea on one of the classes attached. The xmlResults field is getting populated fine (there's four of them), but the

Re: [xwiki-users] eventcalendar in another space

2008-04-21 Thread David Hláčik
Thanks Ricardo, but i do not understand where is fourth point and in which discussion located ... D On Sun, Apr 20, 2008 at 11:54 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team [EMAIL PROTECTED] wrote: Hi David, David Hláčik wrote: Hi guys, currently i have from standard install

Re: [xwiki-users] Cannot Create classes

2008-04-21 Thread marlon hendred
ok Thanks a lot. Ill give it a try! -Marlon On Sun, Apr 20, 2008 at 11:43 PM, Sergiu Dumitriu [EMAIL PROTECTED] wrote: marlon hendred wrote: Hello, I'm trying to go through the FAQ application creation tutorial, but everytime i go to make the FAQ class i get this error: A problem

Re: [xwiki-users] XWiki Watch and XWiki RSS feeds

2008-04-21 Thread Mike Oliver
will do that right now...http://jira.xwiki.org/jira/browse/XWATCH-135 Sergiu Dumitriu-2 wrote: I guess that is good feature request. Please feel free to add an issue on jira.xwiki.org -- Sergiu Dumitriu http://purl.org/net/sergiu/ ___

Re: [xwiki-users] user login / document does not exist

2008-04-21 Thread Mike Oliver
Is there a work around where we can modify DocumentDoesNotExist wiki page with a timer that forwards to ..bin/view/Main/ after a few seconds? Mike Oliver wrote: I have the same problem, and using Only Tomcat on 8080 with no Apache at all and we are using XE 1.3.1 I put in a JIRA

Re: [xwiki-users] user login / document does not exist

2008-04-21 Thread Guillaume Lerouge
Hi Mike, Is there a work around where we can modify DocumentDoesNotExist wiki page with a timer that forwards to ..bin/view/Main/ after a few seconds? Edit the page in wiki mode and add $response.sendRedirect(Main.WebHome) at the top. Guillaume