I checked the Comment.jsp file, which gets rendered in Timeline. It uses the Timeline event. I wanted to use the code of Comment.jsp somewhere else outside the Timeline, so how can I make it work without Timeline event. This is why I asked about other events.The path for Comment.jsp is: /libs/dam/gu...
How can I create my own event and use it instead of using Timeline Event in the code of comment.jsp in the path: /libs/dam/gui/coral/components/admin/timeline/events/comment/comment.jsp
I created a workflow model and applied it on a page. The workflow remains in the running state, it doesn't complete. What I might have done wrong?The node property gets updated but even after that the workflow doesn't end. I can see these details:
No, I just added the exact code and made a call like:$.get( "/bin/damUpload/video", {comment : comment}, function(result) { window.alert('Here is your result : <strong>' + result + '</strong>'); ...
Sorry, my mistake, I dint mention it clearly.My first query is:When I am using this code:$.post( "/content/we-retail/ca/fr/jcr:content/", {variableName : value}, function(result) { window.alert('Here is y...
I have created a servlet with the above the code mentioned by you, I have also build it successfully, when I accessed the page:http://localhost:/bin/damUpload/videohttp://localhost:8502/bin/damUpload/video, I found the message "servlet found!"I am making a post call using the code:$.post( ...