You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Ingo Wolfmayr <in...@wolfix.at> on 2013/05/24 15:37:20 UTC

Access content thats not a direct child of publishing point

Hi,

 

I am currently working on my first Ofbiz shop and the question came up how
to access content (for example ContentTypeId "document") that has been setup
within a structure. Here is an example of what I mean:

 

store

  -- website

  ---- publishing point

  ------- folder1

  --------- document1

  --------- document2

  ------- folder2

  --------- document3

  --------- document4

 

Goal: http://store/publishing point/folder1/document1

 

What is working right now:

store

  -- website

  ---- publishing point

  --------- document1

  --------- document2

  --------- document3

  --------- document4

 

http://store/publishing point/document1

 

The question: Is it possible to access (via url) a document that is not a
direct child of the publishing point? If yes, how?

 

Any help would be great!

 

Cheers

Ingo