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

jocamp
jocamp
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • Is there a good way to assign a workflow step to multiple participants that aren't necessarily in a group together? One of our steps allows the workflow initiator to create a list of who the next participants should be, so i then need to use that list in the next step. But it seems to me that only s...

    タイプ

    質問

    表示

    727

    いいね!

    0

    返信

    1
  • Are you running the workflow from the inbox? Make sure the widget's clientlib is being loaded into the page. Check the clientlibs "categories" property. I had to add "cq.workflow" to it for it to be loaded into the workflow inbox page as neither "cq.wcm.admin" or "cq.wcm.edit" are loaded.

    タイプ

    質問

    表示

    1.1K

    いいね!

    1

    返信

    0
  • I found a similar question elsewhere and the answer said this is how cq:include is working -request.getRequestDispatcher("page/path.html").include(request, response);It's close to what i was looking for but really i just wanted to store the html into a variable and manipulate it instead of directly ...

    タイプ

    質問

    表示

    2.0K

    いいね!

    0

    返信

    0
  • What would be the most efficient way to retrieve a page's content/parsys rendered as html for a sling servlet? Supposing the user calls this servlet with a page path and the servlet just returns the html generated from the parsys on that page. Similar to how the <cq:include> tag works on the jsp sid...

    タイプ

    質問

    表示

    2.9K

    いいね!

    0

    返信

    3
  • We're seeing an issue with our connection pooling and i just wanted to see if anyone else had ever run into this problem. The first few people to log in in the morning receive error messages when trying to open a page because it appears that our database connections in the pool seem to expire or die...

    タイプ

    質問

    表示

    1.4K

    いいね!

    0

    返信

    1
  • Thanks, we're only running one author server so this isn't applicable to our situation. I'll most likely end up writing the queue system in javascript so only one request goes out at a time.

    タイプ

    質問

    表示

    734

    いいね!

    1

    返信

    0
  • We're trying to use the SlingPostServlet to save content to a page when an author interacts with various input. For example, we have a checkbox in the authoring environment that will post it's "checked" status every time it is clicked. This works well, except when the user clicks the checkbox rapidl...

    タイプ

    質問

    表示

    862

    いいね!

    0

    返信

    3