This conversation has been locked due to inactivity. Please create a new post.
This conversation has been locked due to inactivity. Please create a new post.
Hi, I am trying to add a multifield to tag here, /apps/cq/tagging/gui/content/tags/createtag/jcr:content/body/items/form/items/wizard/items/createStep/items/fixedColumns/items/fixedColumn1/items,however, the multifield is displayed blocked (or broken). Any idea?
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
I want a multifield into TAG /libs/cq/tagging/gui/content/tags/createtag.html and the multifield is only for one textfield.
Views
Replies
Total Likes
I assume you are talking about this view.
Instead of extending this - i would look at writing a tool that uses Tag Manager API to create tags. We have a webinar on Tues presented by Lokesh on this subject. I recommend signing up -- Scott's Digital Community: [Webinar | July ] Ask the AEM Community Experts: Adobe Experience Manager...
Views
Replies
Total Likes
Hi,
You go with custom tool to create Tag instead modifying OOTB. but if you want to do it. Follow below steps -
1. overlay /libs/cq/tagging/gui/content/tags/createtag/jcr:content/body/items/form/items/wizard/items/createStep/items/fixedColumns/items/fixedColumn1/items and create Multifield like /apps/cq/tagging/gui/content/tags/createtag/jcr:content/body/items/form/items/wizard/items/createStep/items/fixedColumns/items/fixedColumn1/items/multifieldcollection/field/items/enterlinktext
2. Create your own servlet to create tags by extending com.day.cq.tagging.servlets.TagCommandServlet servlet
http://localhost:4502/system/console/servletresolver?url=%2Fbin%2Ftagcommand&method=POST
3. Change action at /libs/cq/tagging/gui/content/tags/createtag/jcr:content/body/items/form to point your custom servlet.
Thanks
Arun
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies