Issue with tagBasePath property of xtype tags | Community
Skip to main content
sureshy2015
Level 4
October 16, 2015
Solved

Issue with tagBasePath property of xtype tags

  • October 16, 2015
  • 2 replies
  • 640 views

Hi ,

When i define tagBasePath for my widget of xtype tags the value is not getting stored and not shown in widget field even though the pop up is showing all tags under the base path.

 

I am able to browse the tags in pop up but nothing is happening after selecting in popup.the value is not getting stored and not shown in widget field 

For example

tagBasepath====/etc/tags/facebook/inspirational_people

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Sham_HC

https://forums.adobe.com/thread/1111866

The first level below /etc/tags are namespaces (just look at the tagadmin). Then use the "namespaces" config of the tag widget. You can't specify arbitrary child paths in this widget.
 
An alternative might be the options predicate component used in the asset share: /libs/cq/search/components/predicates/options/options.jsp
http://localhost:4502/content/geometrixx/en/company/press.html
http://dev.day.com/docs/en/cq/current/dam/creating_and_configuringdamfinderandasseteditorp ages.html

2 replies

sureshy2015
Level 4
October 16, 2015

UnAnswered :-(

Sham_HC
Sham_HCAccepted solution
Level 10
October 16, 2015

https://forums.adobe.com/thread/1111866

The first level below /etc/tags are namespaces (just look at the tagadmin). Then use the "namespaces" config of the tag widget. You can't specify arbitrary child paths in this widget.
 
An alternative might be the options predicate component used in the asset share: /libs/cq/search/components/predicates/options/options.jsp
http://localhost:4502/content/geometrixx/en/company/press.html
http://dev.day.com/docs/en/cq/current/dam/creating_and_configuringdamfinderandasseteditorp ages.html