コミュニティアチーブメントバーを展開する。

Premkarthic-7WP
Premkarthic-7WP
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • Thanks for the info Opkar Gill.That will get work well with getting enabled "WEBDAV" on aem environments.Ideally we won't enable webdav on production environments. So, we chose to go with RMI connection.Any directions,  to fix that issue will be more helpful.Thanks,Karthi

    タイプ

    質問

    表示

    2.7K

    いいね!

    0

    返信

    0
  • Hi,AEM version: 6.0Tried to make an rmi connection, from java application.We followed the steps, as exactly as mentioned on the kb (https://helpx.adobe.com/experience-manager/kb/rmi-connection-crx-cq-561.html) and always we are getting the connection refused exception.Apart from enabling RMI Connect...

    タイプ

    質問

    表示

    4.0K

    いいね!

    0

    返信

    11
  • Avalers,As a workaround you can get the service reference for sling repository inside activate method using component context as shown below.@Servicepublic class TestAuthHandler extends DefaultAuthenticationFeedbackHandler implements AuthenticationHandler{    private SlingRepository repo;    protect...

    タイプ

    質問

    表示

    1.9K

    いいね!

    0

    返信

    0
  • Hi, Issue while passing parameters to Java Use-ApiI tried with both the approach (Passing parameters to a use-class upon initialization and Passing parameters from data-sly-template) as mentioned on http://docs.adobe.com/docs/en/aem/6-0/develop/sightly/use-api-in-java.html. In both the cases i am no...

    タイプ

    質問

    表示

    897

    いいね!

    0

    返信

    1
  • Hi, Issue while passing parameters to Java Use-ApiI tried with both the approach (Passing parameters to a use-class upon initialization and Passing parameters from data-sly-template) as mentioned on http://docs.adobe.com/docs/en/aem/6-0/develop/sightly/use-api-in-java.html. In both the cases i am no...

    タイプ

    質問

    表示

    5.2K

    いいね!

    0

    返信

    2
  • Jorg,Thanks for your valuable input.You are suggesting me to use POST instead of GET if a have any requirement like that rite? This work well fine for form submission.Can i do the same for dialog submission?What is the best way to do,If i need to create certain nodes and to set some properties after...

    タイプ

    質問

    表示

    1.6K

    いいね!

    0

    返信

    0
  • Jörg Hoh wrote... I don't think, that it's a good idea to make any direct changes on the repository when you render a page. Just think how this might work on the publish side, or when the page is delivered out of a cache, etc. Jörg  Jorg,Thanks for your input. I will set the property only on author ...

    タイプ

    質問

    表示

    1.4K

    いいね!

    0

    返信

    0
  • Hi,Is it possible to make some changes on node level like setting property using sightly(".html file") ?. In sightly doc (http://dev.day.com/content/docs/en/aem/6-0/develop/sightly.html) they mentioned like Java-backed Objects will be available. If so, how it should be done?.Or otherwise we should u...

    タイプ

    質問

    表示

    1.9K

    いいね!

    0

    返信

    6
  • in line 5use as below,var data = CQ.Util.eval(CQ.HTTP.get(compPath+".json"));Mind the quotes around the ".json" as that it was string and also +.Sorry, I missed that same on while providing the sample code.You will get the json as response. You can iterate the same to get your required value. Thanks...

    タイプ

    質問

    表示

    1.7K

    いいね!

    0

    返信

    0
  • Hi,you can get the path of current node inside loadcontent listener as like,function(dialog){var compPath = dialog.path;var data = CQ.Util.eval(CQ.HTTP.get(path.json));//iterate the data to get your required value.},If you want the parent node value then can you manipulate the same using currentnode...

    タイプ

    質問

    表示

    1.6K

    いいね!

    0

    返信

    0