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
obj.name<>'${doc.web}.${class}ClassTemplate'")
#foreach ($item in $xwiki.searchDocuments($sql))
* [${item}]
#end
In a new class I've created, these documents have a property called
Name. Please, how could I list this property for each entry instead of
the document name?
Thank you for your help,
Ricardo
--
Ricardo RodrÃguez
Your EPEC Network ICT Team
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 something?
Thanks,
Honza
Hi all
I am using xwiki version 1.1.2
I have added a property in Xwikicomments class and now I want to remove
that property..
How can I do that ?
Help me please.
Shruti Modi
Website: http://www.tcs.com
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
Hi!
I want to edit a Panels adding a link to Administrating Global Preferences page with a link like
* [Config Center > Main.Preferences ]
XWiki.GlobalPreferences or
Main.GlobalPreferences...
The page, as you will see, have the URL
../xwiki/bin/admin/XWiki/XWikiPreferences
I cant find the appropriate sintax.
Can U help me?
Many thanks!
Riccardo Grazioli
grazioli(a)adacto.it
Adacto - anima digitale
------------------------------------------
Adacto - anima digitale
Via L. Giuntini 40, Empoli
Via G. Meda 45, Milano
Corso Como 5, Milano
Telefono 0571-998742 Fax 0571-998744
Internet: www.adacto.it
E-mail: adacto(a)adacto.it
Hi
I have the last versions of Xwiki, IE7 and FIREFOX
My small xwiki server is in Windows xp
The external links [ test > FILE:///d:/test/fichier.pdf ] are bad in IE and
in firefox.
Does somebody have an idea or correction?
Thanks a lot
Best Regards
jp
Hi
I have downloaded XWIKI to configure this for use in a small office
I have configured tags in structured mode and have found that the tags are displayed strangely in the document information panel.
The tag check box appears on one line (centred in panel) and the tag-name apears on a line below but left justified. I have looked at the code in the tagclass, the document information panel object and in tagedit.vm. However I have been unable to work out whee the problem is.
I am using the toucan skin
I trust you can help
Thanks
Robert
_________________________________________________________________
Welcome to the next generation of Windows Live
http://www.windowslive.co.uk/get-live
All,
We have the Bulletin Board application installed. The last step in the
configuration is setting up rights. Admin, moderator, user type rights.
I'm not sure I fully grasp how this works. Is this the same as "Page Access
Rights" off the Edit menu... surely I don't have to go to each page and edit
those. It seems like there should be some area of the Bulletin Board
administration where I can configure all the user rights for my board.
Please advise,
Jason
Hi, I'm using XE 1.3 with xwiki-plugin-sql-1.3.jar. I put the jar in
WEB-INF\lib, append ua.gradsoft.xwikisql.SqlPlugin to xwiki.cfg and restart
Tomcat.
When I run XWiki, the following error is thrown:
*exception*
javax.servlet.ServletException: Servlet execution threw an exception
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
*root cause*
java.lang.UnsupportedClassVersionError: Bad version number in .class file
java.lang.ClassLoader.defineClass1(Native Method)
java.lang.ClassLoader.defineClass(Unknown Source)
java.security.SecureClassLoader.defineClass(Unknown Source)
org.apache.catalina.loader.WebappClassLoader.findClassInternal(WebappClassLoader.java:1815)
org.apache.catalina.loader.WebappClassLoader.findClass(WebappClassLoader.java:869)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1322)
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1201)
java.lang.ClassLoader.loadClassInternal(Unknown Source)
java.lang.Class.forName0(Native Method)
java.lang.Class.forName(Unknown Source)
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:70)
com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:107)
com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:853)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:785)
com.xpn.xwiki.XWiki.<init>(XWiki.java:721)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:292)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:490)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:118)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
How to solve this problem? Any help would be high appreciated.
--
Ngô Thị Hồng Nga
Mobile: 0935 176133
Hi,
I encounter a strange problem when I migrate XWiki from my TEST server to my on-line server.
I know that was better to instantiate a new XWiki from the beginning, but I was afraid to lost all configurations and settings and User I've done.
So I've exported my DBSchema and the xwiki directori to on-line server, and I find that in Mozilla it works perfectly as in my TEST server, but with IE 7 and Safari, when I login, I am redirected at the login page without any warning or error.
Reading some related articles I found that this is probably a cookies problem due to change of host.
Can I solve manually this issue?
Or is there a way to export exactly all xwiki settings, user, and data, and recreate exacltly the environnment in another server?
Thanks...
Riccardo Grazioli
grazioli(a)adacto.it
Adacto - anima digitale
------------------------------------------
Adacto - anima digitale
Via L. Giuntini 40, Empoli
Via G. Meda 45, Milano
Corso Como 5, Milano
Telefono 0571-998742 Fax 0571-998744
Internet: www.adacto.it
E-mail: adacto(a)adacto.it