[xwiki-users] Broken TreeGrid images
Version: 1.8.1 I'm having a problem with TreeGrids, as part of SmartClient. When trying to insert a link to a Wiki space/page, the tree grid embedded in the popup window references the following URL for the tree images: http://.../xwiki/skins/albatross/js/smartclient/skins/Enterprise/images/Tree... The path should be: http://.../xwiki/bin/skin/resources/js/smartclient/skins/Enterprise/images/T... Where do I fix this? I also can't click on the 'New page' link in the popup window, but I think this is related to the incorrect URL.... -- View this message in context: http://n2.nabble.com/Broken-TreeGrid-images-tp3162444p3162444.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Andawyr wrote:
Version: 1.8.1
I'm having a problem with TreeGrids, as part of SmartClient. When trying to insert a link to a Wiki space/page, the tree grid embedded in the popup window references the following URL for the tree images:
http://.../xwiki/skins/albatross/js/smartclient/skins/Enterprise/images/Tree...
The path should be:
http://.../xwiki/bin/skin/resources/js/smartclient/skins/Enterprise/images/T...
Where do I fix this? I also can't click on the 'New page' link in the popup window, but I think this is related to the incorrect URL....
Hi Andawyr, It's http://jira.xwiki.org/jira/browse/XWIKI-3582 which is fixed in higher versions. In your XWiki webapp dir in the container, go to resources/js/smartclient/initsc.js and replace the isomorphicDir assignation with this: var isomorphicDir = "${request.getContextPath()}/resources/js/smartclient/". Have fun, Anca
participants (2)
-
Anca Paula Luca -
Andawyr