Hello!
I have my xwiki, a am admin, but i can't to bring the ability to register for my users! Only users, which have registration record at wiki, have the ability to enter to my wiki? Tell my please, what is the way to bring the "register" label to log-in window?
Thank you
Hi!
Cleaning some spaces on a XWiki installation I've found a query that eats 100% CPU and never (at least not for some 20 minutes) through results. I deleted it but, please, could you check it to see if it contains an obvious error and, even in this case, see if some thing could be done to avoid submitting dangerous queries?
#set($query = ", BaseObject as obj, StringProperty as prop where doc.fullName = obj.name and obj.className='XWiki.XWikiGroups' and doc.fullName <> 'XWiki.XWikiGroupTemplate' order by doc.fullName asc")
#set($results=$xwiki.searchDocuments($query))
Running XWiki Enterprise 2.4.30451 on MySQL 5.0.26.
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
HI again,
I started my wiki on a subdomain wiki.buchmanager.com. Now I changed the
domain plus an alias to www.buchmanager.com and
www.book-publishing-software.com. Strange thing is that on the old url
wiki.buchmanager.com is everything fine, but on the new ones the menus dont
work. I don't need mutliple wikis and the instructions I found about the
wiki manager seem to be deprecated.
I tried setting wiki.home and cookiedomains but this doesn't seem to be
related.
I will appreciate any hint!
My current apache conf is this:
<VirtualHost *:80>
ServerName www.buchmanager.com
ServerAlias wiki.buchmanager.combuchmanager.comwww.book-publishing-software.combook-publishing-software.com
ProxyPreserveHost On
ProxyPass / http://127.0.0.1:8080/
ProxyPassReverse / http://127.0.0.1:8080/
# Local reverse proxy authorization override
# Most unix distribution deny proxy by default (ie
/etc/apache2/mods-enabled/proxy.conf in Ubuntu)
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
</VirtualHost>
35,0-1
Bot
I had put this question earlier too but knowing that its not configurable
in xwiki as of now as OOB feature. So started implementing this feature
myself with
some modification in code. I did modifications in checkPassword method of
XWikiAuthServiceImpl. Basically i want to put the *passwordLockCount *as
name and *1* as value
in xwikiintegers table(when user tries any unsuccessful login attempt). For
this i used the api i.e userObject.setIntValue("passwordLockCount", 1)
where userObject
is of type BaseObject. But it does not put the value in xwikiintegers table
rather it put in cache. Please recommend me the right API the to put this
number
property in xwikiintegers table?
*i also tried *
NumberProperty passwordLockCount = new IntegerProperty();
passwordLockCount.setName("passwordLockCount");
passwordLockCount.setValue(1);
userObject.addField("passwordLockCount", passwordLockCount);
But it also does not put the property in database?
Hi, I have XEclipe working now, but it gives me only the german
translations of the docs, and I can't see the english versions.
For e.g. at
http://wiki.buchmanager.com/bin/view/User+Manual/Presentation
I have two versions but I only get the german one.
Any help will be appreciated :)
I hate newbies...
Regards Thomas
I am a member of a research group at the University of Maryland in the Physics department (iontrap.umd.edu). We currently run our own XWiki server for our lab. We have about 20 users who use the wiki daily from recording experimental logs to writing how-to articles about lab equipment or techniques. We would like to migrate to a wiki hosted by professionals, so that the uptime will be greater and so that we will not have to hassle with the occasional problems associated with running our own server.
It would be especially nice if we could import our current XWiki data to the new one. Is that possible using the standard import/export tool? Also, what kind of typical uptimes do you have? Is it possible that you would erase all of our data without warning, or would be be given a reasonable amount of time to back up our site if it needed to be closed for whatever reason?
username: tamanning
server name: iontrap.myxwiki.org
Thanks,
Andrew Manning
Hi,
i want to use the space explorer extension to show the pages of a
workspace enumerated.
Such as:
1. Begin
1.1 Subchapter
2. Middle
2.1 Another Subchapter
...
Does the space explorer support something like enumeration?
The try to include the numbers into the page name (calling first page
"1. Begin", sacond page "1.1 Subchapter", ...) failed because the space
explorer does not show subtrees of pages that contains a dot in their name.
Is this a bug?
Or maybe a feature??
Richard
HI, I am new to this list, but I couldn't find anything on the lists and
google. I have mostly fresh installed xwiki installation that I tried to
connect with xwiki eclipse. I tried through the apache proxy and direct to
tomcat. In both cases it takes some time and then says
Error connecting to remote XWiki: 'Failed to read servers response:
Unexpected end of file from server'. Please check your settings.
I connect with http://wiki.buchmanager.com/xwiki/xmlrpc/confluence or
http://buchmanager.com:8080/...
Any ideas whats wrong with my setup? I don't see anything in the
tomcat/eclipse logs.
Regards,
Thomas
Running 3.3 I've tried several times to include a groovy macro in a
panel and it always results in
"org.xwiki.rendering.macro.MacroExecutionException: You don't have the
right to execute this script", although my id has programming rights.
So... I simplified, creating a Groovy macro consisting solely of a
simple 'println "* This is groovy."'. Same results. The odd thing is
that it works fine when I'm viewing the preferences page
(/xwiki/bin/admin/XWiki/XWikiPreferences), but nowhere else.
Some sort of rights issue, or is this a misleading exception? A known
bug? Any help would be... mmm.. helpful?
I'm running XWiki Enterprise 3.3. Annotations simply do not work (via
Ctrl-M). I've tried resaving the Annotations pages (as per
http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Application)
using an id with programming rights. I've also installed the Admin
Tool and used it to check programming rights
(Admin.CheckProgrammingRights). Viewing page sources, it appears that
annotation styles, code, etc are being included in pages. I've also
turned the feature on in preferences.
Am I missing something I need to install? Is there logging, etc,
somewhere that I can examine? Would it be helpful to (re)install the
Annotations Application
(http://extensions.xwiki.org/xwiki/bin/view/Extension/Annotations+Applicatio…
Or, since Annotations is bundled with Enterprise, is this targeted at
an older xwiki version, so it would be harmful to do so?
Hi and thanks for all the help you've given me so far.
In a previous thread i asked how i can edit the profile pages and now
that i've tried that i have a problem with the translated titles of the
field names. I can easily change the "Pretty Name" for any field, but it
doesn't have any effect on the profile page. I wanted to change the
title of the "comment" field and have done so, but i use the german
translation of xwiki and therefore the title change had no effect and
still says "Über".
A similar problem is the change of the Main.WebHome page, i can change
the title, but it still has the english original title.
And back to the profile page, how can i change the appearance of the
email adress? Everything after the @ ist displayed as "---", but i would
like to display them as name (at) part.company (.de), because in our
company there are 2 different parts which have different subdomains.
Thanks in advance,
theresa.
Hi,
i have installed xwiki form the deb package
xwiki-enterprise-tomcat-pgsql version 3.5. Then tried to contact the
new wiki through the URL http://xwikipg:8080/xwiki (xwikipg is the
hostname where xwiki is running). No page came up. I got this error:
Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate configuration
What to do now?
Thanks for help
Here is the full error text:
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document [name = [XWikiPreferences], type = [DOCUMENT], parent = [name =
[XWiki], type = [SPACE], parent = [name = [xwiki], type = [WIKI], parent
= [null]]]]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate
configuration
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:433)
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:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize
main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading
document [name = [XWikiPreferences], type = [DOCUMENT], parent = [name =
[XWiki], type = [SPACE], parent = [name = [xwiki], type = [WIKI], parent
= [null]]]]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate
configuration
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:418)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:487)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
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:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
root cause
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document [name = [XWikiPreferences], type = [DOCUMENT], parent =
[name = [XWiki], type = [SPACE], parent = [name = [xwiki], type =
[WIKI], parent = [null]]]]
Wrapped Exception: Can't find [/WEB-INF/hibernate.cfg.xml] for hibernate
configuration
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:856)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:283)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1427)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1470)
com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3104)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:821)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:796)
com.xpn.xwiki.XWiki.<init>(XWiki.java:739)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:401)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:487)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
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:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
root cause
org.hibernate.HibernateException: Can't find
[/WEB-INF/hibernate.cfg.xml] for hibernate configuration
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.getConfigurationInputStream(DefaultHibernateSessionFactory.java:118)
org.hibernate.cfg.Configuration.configure(Configuration.java:2157)
com.xpn.xwiki.store.hibernate.DefaultHibernateSessionFactory$1.configure(DefaultHibernateSessionFactory.java:80)
com.xpn.xwiki.store.XWikiHibernateBaseStore.initHibernate(XWikiHibernateBaseStore.java:167)
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:550)
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.java:728)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:283)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1427)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1470)
com.xpn.xwiki.XWiki.getPrefsClass(XWiki.java:3104)
com.xpn.xwiki.XWiki.initializeMandatoryClasses(XWiki.java:821)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:796)
com.xpn.xwiki.XWiki.<init>(XWiki.java:739)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:401)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:487)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:136)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:116)
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:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:128)
org.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:144)
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:217)
org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.35 logs.
Apache Tomcat/6.0.35
Hi!
I'm trying to get alive some more time a XWiki Enterprise 2.4.30451 coming from several migrations/updates from the very first XWiki releases.
We are lately experiencing frequent OutOfMemory error forcing us to reboot the server to recover the service. Thus, I'm trying to go through the records trying to find some clue about what is causing XWiki to stuck.
The error message in the subject of this message appears hundreds of times. Please, does it offer you any clue? Does anybody know what is the origin of this error? Is it a symptom of a dangerous situation and could be in the root of the failure of the server?
Thanks for your help!!!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hello, xwiki team!
I'm very interested in having a wiki hosted on this farm. The goel of my wiki is to create the educational non-commercial portal for students of our department. This wiki will have electronic books, educational programs etc.
I hope on a collaboration!!
My user name: Dmitry Fedin
Name of wiki: dafedin.myxwiki.org
Hello,
I'd like to do that :
In a page, have 2 livetables on 2 different wiki classes. A column in first
livetable shows a clickable link. If user clicks this link, I would like to
have second livetable updated depending on the row that was clicked in the
first.
In fact on click, an event should be fired to the second livetable to
refresh itself, with a parameter depending on the link.
What I don't know is how to trigger ajax refresh on second livetable and how
to parameterize it from the first link.
Any help welcome on how to do that - I believe it's possible but need a
little help to know how to start...
thanks,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Cascading-livetables-tp7337034p7337034.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello xwiki community,
I'm playing with the new (and wonderful) xwiki 3.5, and as I'm playing I'm
adding extensions ... and values in the internationalization bundles list.
Problem is, I reached the limit, and can't add new bundles anymore because
of :
Caused by: java.sql.BatchUpdateException: Data truncation: Data too long for
column 'XWP_DOCUMENT_BUNDLES' at row 1
It seems that (MySql) this field is varchar(255). Problem is that this limit
is easily reached when you add applications (and I use it also for my own
apps ...).
Would it be possible to extend this limitation ? can I alter this
BR,
Jeremie
--
View this message in context: http://xwiki.475771.n2.nabble.com/Translations-field-length-tp7336167p73361…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everybody,
Sorry to jump into the list wihtout googling too much!
Please, is there any easy way to count the occurance of a string in a XWiki page content?
I found examples for looping through a text looking for a given string using, for instance, Velocity. Please, is there some method/function that could give us this result "out of the box"?
Thank you so much for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi,
I'm trying to get the values of two fields from xwikiattahment table with this HQL query:
select att.filename,att.date from xwiki.xwikiattachment att, xwiki.xwikidoc doc where doc.fullName='Event.IIXornadaIDIS' and att.filename like '%abstract%' and att.date > '2012-03-01' and att.docId=doc.id order by att.filename;
The query fails. When used to get only one field, it works fine. For instance...
select att.date from xwiki.xwikiattachment att, xwiki.xwikidoc doc where doc.fullName='Event.IIXornadaIDIS' and att.filename like '%abstract%' and att.date > '2012-03-01' and att.docId=doc.id order by att.filename;
or
select att.filename from xwiki.xwikiattachment att, xwiki.xwikidoc doc where doc.fullName='Event.IIXornadaIDIS' and att.filename like '%abstract%' and att.date > '2012-03-01' and att.docId=doc.id order by att.filename;
and, the SQL equivalent to the in troubles query works also fine. This way...
select att.XWA_FILENAME,att.XWA_DATE from xwiki.xwikiattachment att, xwiki.xwikidoc doc
where doc.XWD_FULLNAME='Event.IIXornadaIDIS' and att.XWA_FILENAME like '%abstract%' and att.XWA_DATE > '2012-03-01' and att.XWA_DOC_ID=doc.XWD_ID order by att.XWA_FILENAME;
Please, where am I wrong when trying select att.filename,att.date from xwiki.xwikiattachment att,...?
I'm running XWiki Enterprise 2.4.30451.
Thanks for your help!
Ricardo
--
Ricardo Rodríguez
Research Management and Promotion Technician
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es
Nota: A información contida nesta mensaxe e os seus posibles documentos adxuntos é privada e confidencial e está dirixida únicamente ó seu destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por favor elimínea. A distribución ou copia desta mensaxe non está autorizada.
Nota: La información contenida en este mensaje y sus posibles documentos adjuntos es privada y confidencial y está dirigida únicamente a su destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, por favor elimínelo. La distribución o copia de este mensaje no está autorizada.
See more languages: http://www.sergas.es/aviso_confidencialidad.htm
Hi XWiki Users,
I have defined a template page and the associated termplate provider.
All is functional: the template selection popup shows up when a new
page is created.
Now, I try to build a link (using Velocity) that will create a new
page from the template. Any idea ?
Regards,
Maxime
After upgrading to XWiki 3.5 (from 2.6) I noticed that the Lucene search
index was not working properly. On advice I got in the #xwiki IRC chat, I
shut down the server (Tomcat), deleted the Lucene index directory, and
restarted the server. Only about 300 of the thousands of pages were
indexed at that point. I tried re-indexing using the Admin->Search page,
but every time I do that the Admin->Search page gets 'stuck' (won't render).
I saw no errors in the catalina.out log file, and I configured
WEB-INF/classes/logback.xml to enable some more logging to a separate
file... still nothing very informative.
Any ideas what I can do to troubleshoot this? I'm guessing there's some
page in my wiki database that is causing the re-index process to get stuck.
Thanks in advance,
- Josh
As a workaround I tried to inject the stylesheets needed via Plugin.
AbstractSkinExtensionPlugin cssplugin =
(AbstractSkinExtensionPlugin) xwiki.getPlugin("ssfx", context);
cssplugin.use(dir+"stylesheet.css",context);
But it failed.
On the other hand,
AbstractSkinExtensionPlugin jsplugin =
(AbstractSkinExtensionPlugin) xwiki.getPlugin("jsfx", context);
jsplugin.use(dir+"ui.multiselect.js",context);
worked as expected.
I forgot my user name on the last request.
User name: quaternion
Email address (if it matters): ken dot mcwilliams at gmail dot com
Requested wiki name:
struts2.myxwiki.com or if that is not good for some reason...
struts2adventures.myxwiki.com
Reason:
I would like to build a struts2 information wiki.
struts.apache.org/ is an excellent resource for struts2 users, I would
like to focus on the verticals of a struts2 web application (That is
the use cases of persisting data, basic ajax interactions using
Struts2/Spring/JPA).
Hi,
I created a velocity macro and called it like this.
{{velocity}}
$services.xtestprogress.render()
{{/velocity}}
It happens that all <link/> -Tags inserted in the render method are
removed in the resulting website.
Any ideas?
Thanks, Stefan.