Is there a way to add custom Action Type in new AEM Core Form Container Component? We get 4 action types OOTB. I need to add my custom servlet path in
Action Type.
Form Container Github Link : aem-core-wcm-components/content/src/content/jcr_root/apps/core/wcm/components/form/container/v2/cont...
Have you tried creating a standard form action for this?
Views
Replies
Total Likes
As Scott mentioned, provide action in your html code. It would work
Check the Container model for reference -
aem-core-wcm-components/Container.java at master · adobe/aem-core-wcm-components · GitHub
Views
Replies
Total Likes
Another option you have is to use Form components under general where you can define a custom action as discussed here --
THis works fine on 6.4 -- just tested!
Views
Replies
Total Likes
Thanks!
I will look into it.
Views
Replies
Total Likes
Did the solution worked for you?
For adding custom action type in the node, you would need to add cq:dialog to the action resource. Create as given here Developing Forms (Classic UI) .
I made the custom action, but I am not getting the data in post.POST.jsp on submit.
Views
Replies
Total Likes
Check this /libs/commerce/components/actions/submitorder. You need create sling:folder similar to that.
Views
Replies
Total Likes
Hi @rahuld77778584 Did you able to achieve the above requirement with core components ? it would be great if you can share the workaround that you have used.
Views
Replies
Total Likes
Views
Likes
Replies