With JSP you should be capable of traversing the whole repository tree and collect data as you wish. Also, have a look at the loadPage tag of the cms taglib. With it you can load an other page and then access its content using the normal tags (e.g. ContentNodeIterator).

So, frankly, what you do is:
1. Create a page in your site tree called "right_column_content" and make sure it does not show up in the navigation.
2. In your page templates, at the right column
3. Just before the right column jsp code loadPage your "right_column_content" page
4. iterate through its content
5. restore the original page (again using loadPage)

I've did this for news content that should show up at several places in the site tree. I personally think it's rather an ugly hack but I was too lazy to come up with my own custom tag.

Good luck!

-Will

On 19.08.2005, at 13:07, Javier Martinez wrote:

Hi,

anybody knows how to share a content (eg. an image) between different pages. Exists any tag for doing that?

eg.: I want to use in all pages from my website the same right column with the same images but i don“t want to use frames, so I need to share the contents.

eg.: I want to put some images in my pages and I want to create a page as an "image gallery" with all images added on the site. So I need share the contents between different pages.

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------


----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to