コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Title field and special characters

Avatar

Level 1

Hello,

 

I am curious if there is a way to adjust the logic for the page title field in AEM to strip out special characters instead of replacing the character with a hypen.

 

Example:

Title: I am a title, with a comma

AEM Name/URL: i-am-a-title--with-a-comma

Expectation: i-am-a-title-with-a-comma

 

I feel like this is something that should just work OOTB.

 

- E

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Level 3

@Edardna 
This JSP is executed during page creation through the Sites Console, at the location: /libs/cq/gui/components/siteadmin/admin/createpagewizard/page/POST.jsp.
You may consider overlaying this file and incorporating your custom logic

元の投稿で解決策を見る

3 返信

Avatar

正解者
Level 3

@Edardna 
This JSP is executed during page creation through the Sites Console, at the location: /libs/cq/gui/components/siteadmin/admin/createpagewizard/page/POST.jsp.
You may consider overlaying this file and incorporating your custom logic

Avatar

Community Advisor

Avatar

Administrator

@Edardna Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni