Hi,
I'm a new user of Xwiki. Actually, I'm testing it for the moment.
I have a very first problem :
I've just launched the XWiki service and logged in...
When I edit the "Welcome to your Wiki" page and save, it's Ok : I see my modification in the page...
But I try to edit it again, I am in the editing mode but I have the old version of the page, without the last modification... even if I reload the page in ie... It seems as a proxy was showing me an old page...
Thanks for your help
My profile :
Win XP SP2
I installed XWiki by launching "xwiki-0-9-1000-alpha-setup.exe" file.
I'm logged as Admin (= Xwiki)
Hmm... Everything was working fine for a long time but all of a sudden I'm
getting an error when a new user tries to register. It appears to be
permission related and I'm not sure what I might have done to cause it. I'm
running this in a virtual wiki and have captured a debug log. It's huge, so
I'm linking to it on my web server here:
http://www.herkamur.ca/log.txt
Any help would be most appreciated.
--
"Any sufficiently advanced technology is indistinguishable
from magic." -- Arthur C. Clarke
--
Brian D. Switzer
email: herkamur [at] canada [dot] com
web: http://bswitzer.railfan.net/
Hi people, im trying to put online a xwiki with TOMCAT and HSQLDB, but i cant do it...
I guess is i have not correctly set the HSQLDB ...
There is some (better) guide to install xwiki with hsqldb, and a SQL script for this database ?
Im starting with HSQLDB, i want the data be in persistent files, i hope to migrate all to a Informix DB, but im waiting to get informix 9 since the 7 version only accept 18 chars in tables names and doesnt have CLOBs.
Please some help with setting up de HSQLDB and xwiki :)
Also i understand there is no spanish translation, if i can start working maybe i can help with this.
A.U.S. Enrique Ferreyra
Centro de C�mputos
Red Megatone - Red Confina
Hello,
as written in the subject, what kind of values are allowed in
the field 'display type' of a property with the type 'boolean class'?
Bye
Frank
--
Dipl. Inform. Frank Häfemeier <frank(a)haefemeier.net>
----------------------------------------------------
I create a link in a new page. Let's call the origingating page JOE (in the PEOPLE catagory) and the link in it KAREN. Obviously I can look up JOE in the Search box, but even after I have clicked on the KAREN? reference and added info the particular entry has no TITLE, so 1. I can't look it up in the Search box, and 2. It doesn't fall under my catagory of PEOPLE, and 3. I can't later create a link in SALLY's page that references KAREN.
How the heck do you cross reference? Is this the same as LINKBACK and when will that be ready? I read somewhere that linkbacks is now opperational, but the reference in the FAQs page is empty...
Thanks!
Am Do, den 02.02.2006 schrieb PatrickJ (sent by Nabble.com) um 12:00:
> Suppose I design a skillset application. I define a SkillClass for
> master list of skills. I also define a PersonClass with a DBList
> property with query to list Skill items. It works and I could add a
> person with multiple skill items selected.
>
> I would like to modify Person page display to show details from Person
> object followed by a table that lists his skills along with additional
> information from respective skill objects. This table has to list
> skill details only for those skills associated with the person.
>
> How do I do this? I tried to pick the associated skills one-by-one
> from the property but could not do so with following logic.
>
#set($skillDoc = $xwiki.getDocument("XWiki.SkillClass"))
> #set($perskills=$person.getProperty("SkillList").getValue())
> #foreach ($ps in $perskills)
> SQL to retrieve skill object
You don't need a SQL statement here, I think. Do the following
#set($obj = $skillDoc.getObject("XWiki.SkillClass", <property>, $ps))
<property> := is the name of the property which store the skill
> Display information
$doc.display(<property>, $obj)
<property> := is the name of the property which has the information
> #end
Bye
Frank
--
Dipl. Inform. Frank Häfemeier <frank(a)haefemeier.net>
----------------------------------------------------