jease/jease

Java code question (get specific content)

GoogleCodeExporter opened this issue · 2 comments

Hello!
This is probably very stupid and wrong question as it's more about Java then 
about Jease. 
But I couldnt find the answer anywhere else (probably because of wrong requests 
though, anyway I searched tons of forums!), and I still think the answer could 
be useful for some other ppl aswell.

Here in Page.jsp code we get Navigations from Parent directory (one we're in at 
this very moment):
------------------------------
for (Content item : Navigations.getItems((Content) content.getParent()))
------------------------------

How to do the same with specific directory? 
Example - I'm in http://mydomain.com/foo/ directory, but I want navigations 
from http://mydomain.com/bar/ directory. 
It must be possible and very-very easy, but I couldnt find a solution in ages.

Thanks.

Original issue reported on code.google.com by Kil...@yandex.ru on 4 Sep 2011 at 6:26

Argh. That must be very wrong place to post question too, I'm so sorry. I'll 
delete it if I find the way to :(

Original comment by Kil...@yandex.ru on 4 Sep 2011 at 6:29

Original comment by maik.jablonski@gmail.com on 5 Sep 2011 at 7:09

  • Changed state: Invalid