Hi,
Is there a way to get submit button's Element Name value in custom submit actions' post.POST.jsp on an AEM adaptive form?
The usecase is one adaptive form contains two submit buttons with different Element names and in post.POST.jsp the business logic varies for each submit button.
I tried resource object in post.POST.jsp but that gives adaptive form object.
Thanks & Regards,
Srikanth Pogula.
Solved! Go to Solution.
How about adding rules to the buttons to set a hidden form field to say "submit1" and "submit2" and checking these in your code after submit?
Views
Replies
Total Likes
How about adding rules to the buttons to set a hidden form field to say "submit1" and "submit2" and checking these in your code after submit?
Views
Replies
Total Likes
Hi James,
Thanks for the quick reply.
I tried the above approach but unable to see hidden fields listed while during Set Value of function.
Also am working AEM 6.2 SP1 CFP3 where am unable to find hidden form field component in side panel, any idea if there is any component which is readily available? or should the input hidden field be added at adaptive form template script?
Thanks & Regards,
Srikanth Pogula.
Views
Replies
Total Likes
You could try leaving the field normally visible, then hiding it on initialise. That way it should always show in the component side panel in the Rule Editor.
Views
Replies
Total Likes
Thanks DarrenBiz and James,
The above approach worked, thanks much for your help.
Views
Replies
Total Likes
Hi Srikanth,
I am working on the same scenario.can you please share the code piece in post.POST.jsp and how to configure the hidden field for submit button.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies