この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
I am newcomer to AEM.
I have a form on 1 page and based on what the user selects here, i need to make the content on the next page visible or not. What is an eacy way to do that.
Thanks
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
If the number of variations is small the most common way would be to use a selector (/content/site/en/page2.option1.html or /content/site/en/page2.option2.html).
Selectors are cachable and probably the best solution for what you have described.
You just need to make sure you whitelist your selector in dispatcher to prevent DDOS attacks.
表示
返信
いいね!の合計
Thanks
表示
返信
いいね!の合計
If the number of variations is small the most common way would be to use a selector (/content/site/en/page2.option1.html or /content/site/en/page2.option2.html).
Selectors are cachable and probably the best solution for what you have described.
You just need to make sure you whitelist your selector in dispatcher to prevent DDOS attacks.
表示
返信
いいね!の合計
As Orotas pointed out selectors is a good way. See this community article for more information:
http://www.citytechinc.com/us/en/blog/2013/08/apache-sling-selectors-request-parameters.html
表示
返信
いいね!の合計