Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Regarding SlingPost Servlet

Avatar

Level 2

 Hi Team,

I need to post/update  the date to CQ after submitting the form (post call).

Please let me know if you have any idea on this.

 

Thanks & Regards,

Prasad.

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can write a custom SlingPostProcesser that is invoked after a SlingPostServlet occurs. This is a custom service that implementes Interface SlingPostProcessor.

We have a new communtiy article that shows how to build an AEM SlingPostProcessor. See: 

Creating an AEM Sling Post Processor

Hope this helps 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

You can write a custom SlingPostProcesser that is invoked after a SlingPostServlet occurs. This is a custom service that implementes Interface SlingPostProcessor.

We have a new communtiy article that shows how to build an AEM SlingPostProcessor. See: 

Creating an AEM Sling Post Processor

Hope this helps 

Avatar

Level 10