Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.
We are implementing journal entries in our AEM 5.6.1 implementation. When a user saves an entry and the title has spaces or other illegal characters, the characters get replaced with an underscore (_); Is there an OSGi setting or some other way to change that character to a hyphen, like the page manager does in the site admin? Our SEO department insists on using hyphens.
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
If there is no information on this in the AEM docs -- please file a bug at: http://helpx.adobe.com/marketing-cloud/experience-manager.html.
Vues
Réponses
Nombre de J’aime
If there is no information on this in the AEM docs -- please file a bug at: http://helpx.adobe.com/marketing-cloud/experience-manager.html.
Vues
Réponses
Nombre de J’aime
no such settings in osgi. You need to prevent by validating/changing at client side. at server side use filter or listener.
Vues
Réponses
Nombre de J’aime
Sham HC wrote...
no such settings in osgi. You need to prevent by validating/changing at client side. at server side use filter or listener.
The name of the page is not a parameter; and changing the title is not a good idea because it still needs to be the jcr:title property. Filter could be good, but again, the name resolution is going to happen inside JournalImpl from the title.
Vues
Réponses
Nombre de J’aime
Patrick Dumontel wrote...
The name of the page is not a parameter; and changing the title is not a good idea because it still needs to be the jcr:title property. Filter could be good, but again, the name resolution is going to happen inside JournalImpl from the title.
what is JournalImpl reffered here? please eloborate more
Vues
Réponses
Nombre de J’aime
Sham HC wrote...
![]()
Patrick Dumontel wrote...
The name of the page is not a parameter; and changing the title is not a good idea because it still needs to be the jcr:title property. Filter could be good, but again, the name resolution is going to happen inside JournalImpl from the title.
what is
JournalImpl reffered here? please eloborate more
The actual class would actually be JournalEntryImpl, the implementation of the JournalEntry interface, CollabUtil.save does the actual saving of the page.
Vues
Réponses
Nombre de J’aime
Patrick Dumontel wrote...
![]()
Sham HC wrote...
![]()
Patrick Dumontel wrote...
The name of the page is not a parameter; and changing the title is not a good idea because it still needs to be the jcr:title property. Filter could be good, but again, the name resolution is going to happen inside JournalImpl from the title.
what is
JournalImpl reffered here? please eloborate more
The actual class would actually be JournalEntryImpl, the implementation of the JournalEntry interface, CollabUtil.save does the actual saving of the page.
Sorry!! I completely forgot about Social Journal. No idea here.
Vues
Réponses
Nombre de J’aime
Vues
Likes
Réponses
Vues
Likes
Réponses
Vues
Likes
Réponses