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/TreeGrid/opener_closed.gif
> 
> The path should be:
> 
> http://.../xwiki/bin/skin/resources/js/smartclient/skins/Enterprise/images/TreeGrid/opener_closed.gif
> 
> 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
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to