Just a suggestion:
It would be nice if you one could add metadata properties (subject) to a dynamicpage
metadata
Posted byAnonymous Userat
2005-01-30 09:49 PM
the metadata tab is present when editing a dynamicPage, but the chosen keyword doesn't seem to stick after saving. If you click on the metadata tab again after saving, nothing is selected?
Yes, same problem here
Posted byAnonymous Userat
2005-04-14 05:55 AM
Any hints from maxm or other users would be so appreciated -- thx!
Solution for keywords in metadata
Posted byAnonymous Userat
2005-04-22 09:00 PM
I had the same problem. Here is the solution:
1. Go to the mxmDynamicPage product folder.
2. Edit the file DynamicPage.py and at the class DynamicPage (line 96) add the following lines after line 99:
__implements__ = ( PortalContent.__implements__
, DefaultDublinCoreImpl.__implements__
)
I think I do not have to say more.
It would be nice if you one could add metadata properties (subject) to a dynamicpage
1. Go to the mxmDynamicPage product folder.
2. Edit the file DynamicPage.py and at the class DynamicPage (line 96) add the following lines after line 99:
__implements__ = ( PortalContent.__implements__
, DefaultDublinCoreImpl.__implements__
)
I think I do not have to say more.
Good luck.
Nikos Papagrigoriou.