Hi SakshiMy intention is not only to change the appearance of existing AEM Form component, moreover, it should be a new component with different usage.May I know is there any reference document for how to register custom component with $.widget? Cheers
An update for this issue, as collaborated with daycare support, finally they find the root cause and problem is due to heavy computation of the Cell Search Path (CSP). So they provided us an hot-fix for this particular issue, and it is solved now.
An update for this issue, as collaborated with daycare support, finally they find the root cause and problem is due to heavy computation of the Cell Search Path (CSP). So they provided us an hot-fix for this particular issue, and it is solved now.
Hi Guys,I've copied and created a new component based on the numeric stepper, the new component is already registered with $.widget, however, most of the features are there except the rule editor not work, and the value is not submitted when submit the form.I've attached the source code of the new c...
It seems the issue only happened when we nested put particular components together, like we have one component "grid-control-2" and another one "grid-control-3" which are used for controlling page layout to generate two / three grids in one container / section and it was truly built in accordance wi...
Thanks for your help, I checked that we did not use AEM's version of jQuery, so after I included "cq.jquery" in our template, the CSRF error disappeared.So from your advise, it would be better to use AEM's version of jQuery rather than others, isn't it? Cheers,
Dear all,Recently we upgraded our AEM servers from 6.1SP1 to 6.2, and we have a component to build a multiple form container, it is normally on 6.1, however after we upgrade the instance to 6.2, the page always crashed in editor mode.I have analyzed and found the reason is following marked with bold...
Dear all,I've created a bundle that have some servlets, and after I deployed them to author instance, the servlets could be accessed and invoked.While after I replicated the bundle to publish instance, the invoking of servlets return 404.The server version is 6.2, and I found below message in the er...