[xwiki-users] Tree view doesn't work

2010-10-22 Thread Loris Conedera
Hi all,
I have a XE 2.4.3 instance running on a Tomcat 6 (JDK 1.6.0) and I'm
experiencing that the Tree view of documents doesn't work.
If I use the link
http://host:8080/xwiki/bin/view/Main/AllDocs?view=tree I get the
page but a Loading data... message is displayed and nothing happens.
Can you help me to figure out a solution?
Thanks,

Loris Conedera
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Tree view doesn't work

2010-10-22 Thread [Ricardo Rodriguez] eBioTIC.
Hi!

Loris Conedera wrote:
 Hi all,
 I have a XE 2.4.3 instance running on a Tomcat 6 (JDK 1.6.0) and I'm
 experiencing that the Tree view of documents doesn't work.
 If I use the link
 http://host:8080/xwiki/bin/view/Main/AllDocs?view=tree I get the
 page but a Loading data... message is displayed and nothing happens.
 Can you help me to figure out a solution?
Does XWiki/Treeview work for you?

Cheers!

-- 
Ricardo Rodríguez
CTO
eBioTIC.
Life Sciences, Data Modeling and Information Management Systems

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Tree view doesn't work

2010-10-22 Thread Marius Dumitru Florea
Hi Loris,

On 10/22/2010 12:24 PM, Loris Conedera wrote:
 Hi all,
 I have a XE 2.4.3 instance running on a Tomcat 6 (JDK 1.6.0) and I'm
 experiencing that the Tree view of documents doesn't work.
 If I use the link
 http://host:8080/xwiki/bin/view/Main/AllDocs?view=tree I get the
 page but a Loading data... message is displayed and nothing happens.

 Can you help me to figure out a solution?

What browser (+version) are you using? If you use Firefox with Firebug 
enabled are there any JavaScript exceptions logged in the console tab 
(maybe some AJAX requests are failing)? Before digging further you 
should clean your browser cache to be sure you're using the correct 
JavaScript code.

Hope this helps,
Marius

 Thanks,

 Loris Conedera
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Tree view doesn't work

2010-10-22 Thread Loris Conedera
Hi Marius,
I tested it with:

- Firefox 3.5.14
- Internet Explorer 7

and it doesn't work. In Firefox Firebug reports an XML error:

XML interpretation error: no element found Address:-moz nullprincipal:
{34555dbf-81b3-4c8f-86c5-42b548bb0fcc} line number 1, column 1:
^

I also cleaned up the cache of Firefox but the problem persists.
Thanks,

Loirs


2010/10/22 Marius Dumitru Florea mariusdumitru.flo...@xwiki.com:
 Hi Loris,

 On 10/22/2010 12:24 PM, Loris Conedera wrote:
 Hi all,
 I have a XE 2.4.3 instance running on a Tomcat 6 (JDK 1.6.0) and I'm
 experiencing that the Tree view of documents doesn't work.
 If I use the link
 http://host:8080/xwiki/bin/view/Main/AllDocs?view=tree I get the
 page but a Loading data... message is displayed and nothing happens.

 Can you help me to figure out a solution?

 What browser (+version) are you using? If you use Firefox with Firebug
 enabled are there any JavaScript exceptions logged in the console tab
 (maybe some AJAX requests are failing)? Before digging further you
 should clean your browser cache to be sure you're using the correct
 JavaScript code.

 Hope this helps,
 Marius

 Thanks,

 Loris Conedera
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Tree view

2009-03-16 Thread mesteves
Exists a template treeview.vm it use a tree of yahoo library.

Take a look to this code.
And you can see this tree in  http://Your_XWiki/bin/view/XWiki/Treeview




CASTRO roney roney.cas...@gemalto.com
CASTRO roney
Enviado por: users-boun...@xwiki.org
09/03/2009 12:13
Por favor, responda a XWiki Users

Para:
XWiki Users users@xwiki.org
cc:

Asunto:
[xwiki-users] Tree view



Hello everyone,
I want to create a list of links in the following way:
Inside a space, I want in the space.webhome create a set of links that 
helps me navigate inside the space. Suppose I have inside a space pages A, 
B and C, and all these pages have subpages A1, A2, B1, B2, C1, C2.
I want to automatically create (a lateral panel would be better...) a tree 
view that shows me the following, case I am in page A2:

-Space
-A
-A1
-A2
+B
+C
Does anyone have a snippet of code that does this? I am trying to create a 
code for that, but I am not getting a lot of progress.
Thanks a lot for the help!
- Roney Castro
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users