Hi,
I have just started to work with XWiki and I have some problems with XWiki
Objects. I created simple new Class with 3 String properties (name, surname,
text) and this ClassSheet (copied from xwiki.org):
#set($class = $doc.getObject("XWiki.AtlantisClass").xWikiClass)
#set($hasProps = false)
#foreach($prop in $class.properties)
<dl>
<dt>1. Pretty is ${prop.prettyName} </dt>
<dd>2. Value $doc.display($prop.getName()) </dd>
</dl>
#end
In a new page, I selected "Edit->Objects". Then I added this object to the
page and filled in all 3 properties (like Bob, Smith, Lorem Ipsum). Then I
typed this in the wiki editor of the new page:
#includeForm("XWiki.AtlantisClassSheet")
And I expected something like this:
...
<dt>1. Pretty is Name </dt>
<dd>2. Value Bob </dd>
...
However instead of 'Bob' there is a content of "Custom display" of the
property name. Could anyone please help me how to see the value? I tried to
search the forum but the only thing I have found is that it should work like
that...
Thanks a lot
--
View this message in context: http://n2.nabble.com/Object-properties-problem-tp1109785p1109785.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I downloaded and successfully installed xwiki-workspaces-installer-windows-1.2-milestone-1.exe, for Windows. Going into the "Administration" tab (XWiki Workspaces Admnistration - http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences ), I see: General, Workspaces, Users, Groups. Nothing about "Import" and "Export", neither with Internet Explorer nor with Firefox.
How come? "Import" and "Export" are not available or is it a visualization problem?
Thank you
Carmelo
Hello
I have created many new pages of one class in my xwiki. Unfortunatly there
was one, with specal characters in the pagename. Now I am getting tha error:
"a different object with the same identifier value was already associated
with the session"
when I want to $xwiki.getDocument("BadNamedPage")
I tried to delete this page, but for the methods delete(),
deleteDocument()... I need to get the xwiki document. But as I wrote, I get
an error then. How can I delete it?
Hope someone can help me!
Thanks and best Regards,
Spinring
--
View this message in context: http://n2.nabble.com/error%3A-different-object-with-the-same-identifier-val…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
I found a bug on XWiki Workspaces, using Internet Explorer 6: it's not possible to use the "+" link from the "Applications" list. Instead this work properly with Firefox 3.
Cheers
Carmelo
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.2 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
New features have been implemented in this release, amongst them :
* Custom user groups (Manage global group of users, and add them as members of your workspaces)
* Revamped Administration
* Global Search (Search content across all the workspaces you have access to)
You can read the full release notes, including screenshots of the
aforementioned features, here :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces12Milestone1
To get started with XWiki Workspaces, point your browser at
http://workspaces.xwiki.org
Thanks
-The XWiki dev team
Hi,
I'd like to add new applications to workspaces on XWiki Workspaces.
I'm trying to install the BullettinBoard application. I successfully installed it on XWiki Enterprise, but I was not able to properly install it on XWiki Workspaces. With Firefox 3 the "Import" tab was not visible, however I imported the BulletinBoardApplication2.xar using IE 6. After importing all its files the application is not visible on the users home page. What can I do to make it visible and usable ?
Thank you
Carmelo
Hi everybody,
using Mozilla Firefox 3 I found a bug on XWiki Workspaces: going into the "Administration" tab, after log in as Admin, is not possible to see the "Export" and the "Import" link. It works with IE 6.
Cheers
Carmelo
I think it's possible setting up right permissions, isn't it? But I'm not
able, due to page visualization errors...
This is what I see on the "Space Rights":
- Using Internet Explorer 6: check boxes are not visible
- Using Firefox 3: check boxes are visible, but it's not possible to save
changes because there is no save button
I hope you can help me, because I think that XWiki could be the right
solution for me, if I can use it properly
Thank you
Carmelo
< Hi everybody,
< using XWiki Workspaces I saw that the organization space is public, but
only for registered users. I'd like to have a space for non registered < <
users too... otherwise non registered user cannot see anything about the
organization's site.
< How can I do?
Hi everyone,
As you may have heard we've started implementing a new wiki syntax for
XE 1.6 and above.
The documentation draft is available here: http://dev.xwiki.org/xwiki/bin/preview/Drafts/XWikiSyntax20
We would be interested in getting your feedback on how well it works,
any issue you may have or any suggestion for further improvement.
You can grab a snapshot version of XE 1.6 here:
* Standalone version: http://tinyurl.com/3w4upj
* WAR: http://tinyurl.com/3nwy4z
* XAR: http://tinyurl.com/3pvmkc
To use it, log in as admin, edit a page, select "XWiki 2.0" in the
syntax field in the Panel on the right and you'll be using the new
syntax.
If you set your page to use the 2.0 syntax and if you use the WYSIWYG
editor you'll also notice that you'll be using the new GWT WYSIWYG
editor. This is a work in progress for which we're also interested in
feedback. However it's not finished yet, see
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
for how it's going to look like when finished.
If you find any issue please enter it in our issue tracker: http://jira.xwiki.org/jira/browse/XWIKI
so that we can fix it for the final 1.6 release (due in a few days).
Thanks for your help
-Vincent
Hi everybody,
using XWiki Workspaces I saw that the organization space is public, but only for registered users. I'd like to have a space for non registered users too... otherwise non registered user cannot see anything about the organization's site.
How can I do?
Thanking you in advance, cheers
Carmelo