Expand my Community achievements bar.

Ojjis
Ojjis
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • This is not related to AEM but like before you need to use yum to make life easier.yum install <packagename>(where packagename = php-mysql-5.3.10-2.el4.remi.x86_64.rpm i guess or normally just mysql_server / mysql )If you have not registered your RHEL to RHN you will have difficulties with yum unles...

    Type

    Questions

    Views

    557

    Likes

    0

    Replies

    0
  • Hi Riju.Its the "CreateBlogEntryServlet" -servlet that takes care of the creation of these blog entries.That servlet will listen to the post request that contains the createblogentry sling selector and then work its magic on the entryform and create the structure that you have noticed appear in the ...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • Hi, it seems like all the sling: properties are excluded by default."For example, by default the CQ MSM Content Update Action configuration panel specifies under Excluded Page Properties that properties matching the regular expressions jcr:*, sling:* and cq:* will not be updated on rollout."https://...

    Type

    Questions

    Views

    2.0K

    Like

    1

    Replies

    0
  • Hi,take a look at this link.http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_install.htmlThere you will find a lot of info and also some links to the Package Share where you can download the dispatcher for the apache of your choice:https://www.adobeaemcloud.com/content/companies/publi...

    Type

    Questions

    Views

    558

    Like

    1

    Replies

    0
  • Hi there,It looks like (when comparing to other standard widgets that use the CQ.form.Selection) that you have used "changed" instead of "selectionchanged" for the listener. If that was the case that you needed that it would explain why the listener event was not fired. Then no new value would be sa...

    Type

    Questions

    Views

    535

    Likes

    0

    Replies

    0
  • Hello. I tried this with the following example:defaultValue (String) = testignoreData (String) = truejcr:primaryType (Name) = cq:Widgetname (String) = ./myKeyvalue (String) = testxtype (String) = hiddenin a normal text component. In the text.jsp i extracted the value with the following code:String m...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    0
  • Hiya,you could do a combination of the extjs and the solution with the servlet that Scott suggested in this way:1) Follow the guide and implement the servlet (of course you will need to make the servlet function in your way instead:)2) Create a new .js file that will be you custom widget and include...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Ah great, that seemed to be a good solution for you.The following links are great when it comes to examples of extending widgets:http://dev.day.com/docs/en/cq/current/developing/widgets.htmlhttp://cq5cms.blogspot.se/2013/02/create-custom-xtype-multi-textfield.htmlOnce you have the widget as you want...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Ah ok,would it then maybe be possible for you to make use of the Event.PROPERTY_CHANGED instead and check if the jcr:data is changed, which would consist of the content of the file? I don't know if it would be the best of ideas, but it could be possible to somehow send a timed event that will do the...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hiya,just a thought.Would it be possible for you to use the JCR observer instead and one of the events there like Event.PERSIST ?http://experiencedelivers.adobe.com/cemblog/en/experiencedelivers/2012/04/event_handling_incq.htmlOr would it have to be at the sling level ?Of course it would take coding...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0