<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: AEM6.5 How to pass the value from Touch Ui Dialog's Select field to Datasource script of another Select in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-how-to-pass-the-value-from-touch-ui-dialog-s-select-field/m-p/440357#M125698</link>
    <description>&lt;P&gt;&lt;LI-USER uid="16326346"&gt;&lt;/LI-USER&gt;&amp;nbsp;I also think the solution provided by&amp;nbsp;&lt;LI-USER uid="7855612"&gt;&lt;/LI-USER&gt;&amp;nbsp;is the right one. You can write an AJAX call on the selection change of the first dropdown and it should populate the second dropdown.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 10 Feb 2022 06:00:14 GMT</pubDate>
    <dc:creator>Veena_Vikram</dc:creator>
    <dc:date>2022-02-10T06:00:14Z</dc:date>
    <item>
      <title>AEM6.5 How to pass the value from Touch Ui Dialog's Select field to Datasource script of another Select</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-how-to-pass-the-value-from-touch-ui-dialog-s-select-field/m-p/440320#M125688</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;We are using aem6.5 for touch ui dialog .&lt;/P&gt;&lt;P&gt;Could you provide input as how the below could be resolved&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Touch UI dialog, I have two 'select' components(say Select 1, and Select 2) and Select 2 get dynamically populated using the Datasource.&lt;/P&gt;&lt;P&gt;Here is how they are supposed to work:&lt;/P&gt;&lt;P&gt;A. User can select an business value (best-business OR no-business) from Select 1&lt;BR /&gt;B. Based on the user selected value from above, the selected value needs to be passed to datasource servlet using /bin/project/List of Select 2.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question: How to pass the selected value of select 1 to a Datasource resourceType of Select 2 ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;business&lt;BR /&gt;jcr:primaryType="nt:unstructured"&lt;BR /&gt;sling:resourceType="granite/ui/components/coral/foundation/form/select"&lt;BR /&gt;emptyText="Please select a option"&lt;BR /&gt;fieldLabel="Select the Business:"&lt;BR /&gt;name="business"&lt;BR /&gt;required="{Boolean}true"&amp;gt;&lt;BR /&gt;&amp;lt;items jcr:primaryType="nt:unstructured"&amp;gt;&lt;BR /&gt;&amp;lt;ecomm&lt;BR /&gt;jcr:primaryType="nt:unstructured"&lt;BR /&gt;text="best Business"&lt;BR /&gt;value="best-business"/&amp;gt;&lt;BR /&gt;&amp;lt;necomm&lt;BR /&gt;jcr:primaryType="nt:unstructured"&lt;BR /&gt;selected="{Boolean}true"&lt;BR /&gt;text="No Business"&lt;BR /&gt;value="no-business"/&amp;gt;&lt;BR /&gt;&amp;lt;/items&amp;gt;&lt;BR /&gt;&amp;lt;/business&amp;gt;&lt;BR /&gt;&amp;lt;appIds&lt;BR /&gt;jcr:primaryType="nt:unstructured"&lt;BR /&gt;sling:resourceType="granite/ui/components/coral/foundation/form/select"&lt;BR /&gt;emptyText="Please select a option"&lt;BR /&gt;fieldLabel="Select App :"&lt;BR /&gt;name="appId"&lt;BR /&gt;required="{Boolean}true"&amp;gt;&lt;BR /&gt;&amp;lt;datasource&lt;BR /&gt;jcr:primaryType="nt:unstructured"&lt;BR /&gt;sling:resourceType="/bin/project/List"/&amp;gt;&lt;BR /&gt;&amp;lt;/appIds&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 17:30:25 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-how-to-pass-the-value-from-touch-ui-dialog-s-select-field/m-p/440320#M125688</guid>
      <dc:creator>srinivas_chann1</dc:creator>
      <dc:date>2022-02-09T17:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: AEM6.5 How to pass the value from Touch Ui Dialog's Select field to Datasource script of another Select</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-how-to-pass-the-value-from-touch-ui-dialog-s-select-field/m-p/440327#M125691</link>
      <description>&lt;P&gt;&lt;LI-USER uid="16326346"&gt;&lt;/LI-USER&gt;&amp;nbsp;I am not sure if I am getting your use case correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Option 2 list is depend on option 1 list, why cant you make a ajax call on the selection of option1 and accordingly dynamically populate List2.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Something like given in below ref:&lt;/P&gt;&lt;P&gt;&lt;A href="http://experience-aem.blogspot.com/2016/02/aem-61-touchui-add-items-to-multifield-based-on-value-in-select.html" target="_blank"&gt;Experiencing Adobe Experience Manager (AEM, CQ): AEM 61 - TouchUI Add Items to Multifield based on Select (Drop Down) value (experience-aem.blogspot.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 18:37:12 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-how-to-pass-the-value-from-touch-ui-dialog-s-select-field/m-p/440327#M125691</guid>
      <dc:creator>Nitin_laad</dc:creator>
      <dc:date>2022-02-09T18:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: AEM6.5 How to pass the value from Touch Ui Dialog's Select field to Datasource script of another Select</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-how-to-pass-the-value-from-touch-ui-dialog-s-select-field/m-p/440357#M125698</link>
      <description>&lt;P&gt;&lt;LI-USER uid="16326346"&gt;&lt;/LI-USER&gt;&amp;nbsp;I also think the solution provided by&amp;nbsp;&lt;LI-USER uid="7855612"&gt;&lt;/LI-USER&gt;&amp;nbsp;is the right one. You can write an AJAX call on the selection change of the first dropdown and it should populate the second dropdown.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 06:00:14 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem6-5-how-to-pass-the-value-from-touch-ui-dialog-s-select-field/m-p/440357#M125698</guid>
      <dc:creator>Veena_Vikram</dc:creator>
      <dc:date>2022-02-10T06:00:14Z</dc:date>
    </item>
  </channel>
</rss>

