Solved | Community
Skip to main content

Solved

77280 Total posts
Multifield Values not sent correctly as params in an ajax call during dialog post

Hi I have a custom dialog defined by the below configuration. var dialogConfig = CQ.Util.applyDefaults({                                                 title: CQ.I18n.getMessage("Create Tag"),                                                 formUrl: CQ.tagging.TagAdmin.TAG_COMMAND_URL,                                                 params: {                                                     cmd: "createTag",                                                     tagBasePath:this.tagsBasePath                                                 },                                                 okText: CQ.I18n.getMessage("Create"),                                                 items: {                                                     xtype: "panel",                                                     items: [                                                         {                                                             name: "jcr:title",                                           

Badge winners

Show all badges