Hi! I have big site. Site has left column that is identical for many pages. Left column contains portlets. How can I make left column identical for many pages?
I plan to use portlets in edit-defaults mode. So, preferences will be stored via psml files. My solution now is: 1) I've created page left_column.psml 2) I've put WebContent portlet at left of each page where I need left column 3) I've entered path to left_column.psml in "url" parameter of edit mode of WebContent portlet. So, for left column I use WebContent portlet, that gets left_column.psml through http and displays it. It looks like bad solution (to display portal page inside another portal page using http connection). I think, using Jetspeed API to render page would be better solution (for example, something like renderPage(String sPageName) method), but it looks like rendering of page is spread in many valves and there is no such method in Jetspeed API. Can someone recommend me a good solution? Thanks! -- With best regards, Vitaly Baranovsky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
