<?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: List not working in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245818#M149097</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLrVAAW"&gt;@benjamin&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm you can't click on the "+" button under the table to add a line?&lt;/P&gt;</description>
    <pubDate>Mon, 03 Dec 2018 08:58:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-03T08:58:41Z</dc:date>
    <item>
      <title>List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245817#M149096</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to create a list in my configuration of my component. My List look like:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;@Option("providedInformation")
@Documentation("providedInformation")
private List&amp;lt;ProvInfo&amp;gt; providedInformation = new ArrayList&amp;lt;&amp;gt;();&lt;BR /&gt;&lt;BR /&gt;public class ProvInfo {&lt;BR /&gt; &lt;BR /&gt; @Documentation("name")&lt;BR /&gt; @Option("name")&lt;BR /&gt; private String name;&lt;BR /&gt; &lt;BR /&gt; @Documentation("url")&lt;BR /&gt; @Option("url")&lt;BR /&gt; private Url url;&lt;BR /&gt;....&lt;/PRE&gt; 
&lt;P&gt;In my configuration field there is a list, butI can not edit:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 357px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1Y2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134978i3FE94585C6E28174/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1Y2.png" alt="0683p000009M1Y2.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I use version 1.1.1, in a earlier version it works.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:45:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245817#M149096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2026-01-02T14:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245818#M149097</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLrVAAW"&gt;@benjamin&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you confirm you can't click on the "+" button under the table to add a line?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 08:58:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245818#M149097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T08:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245819#M149098</link>
      <description>&lt;P&gt;I can click the plus Button, but I can not write into the fields.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 09:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245819#M149098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245820#M149099</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;You are missing the layout for your &lt;STRONG&gt;ProvInfo&lt;/STRONG&gt; class that define your table. This is why you are getting a table with no columns and so not editable.&lt;BR /&gt;Please add layout to your class.&lt;/P&gt;&lt;P&gt;A simple one can be&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;@OptionsOrder&lt;/SPAN&gt;({ &lt;SPAN&gt;"name"&lt;/SPAN&gt;, &lt;SPAN&gt;"url" &lt;/SPAN&gt;})&lt;/PRE&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 10:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245820#M149099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T10:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245821#M149100</link>
      <description>&lt;P&gt;Hi Anas,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in my case its not working it only works in the&amp;nbsp; basic settings, but in the previous versions it worked both in basic and advanced settings maybe this is a bug to look into?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best regards.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 13:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245821#M149100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245822#M149101</link>
      <description>&lt;P&gt;I have tried the suggested solution on the studio &lt;STRONG&gt;TOS_DI-20181026_1147-V7.1.1&lt;/STRONG&gt; and framework version &lt;STRONG&gt;1.1.1&lt;/STRONG&gt; and it works.&lt;BR /&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeeAAG"&gt;@mbocquet&lt;/A&gt;&amp;nbsp; on which version are you having the issue exactly ?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Dec 2018 16:12:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245822#M149101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-03T16:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245823#M149102</link>
      <description>&lt;P&gt;Hi Anas,&lt;/P&gt; 
&lt;P&gt;i m using it on version 1.1.1 of the framework and TOS 7.1.1, an it only works in the basic settings. this is the version of the framework i m using&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;       &amp;lt;dependency&amp;gt;
            &amp;lt;groupId&amp;gt;org.talend.sdk.component&amp;lt;/groupId&amp;gt;
            &amp;lt;artifactId&amp;gt;component-api&amp;lt;/artifactId&amp;gt;
            &amp;lt;version&amp;gt;1.1.1&amp;lt;/version&amp;gt;
            &amp;lt;scope&amp;gt;provided&amp;lt;/scope&amp;gt;
        &amp;lt;/dependency&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 13:06:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245823#M149102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T13:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: List not working</title>
      <link>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245824#M149103</link>
      <description>&lt;P&gt;When defining advanced settings properties. layout is also required. and in this version only configuration that belong to advanced settings will shows in advanced tab including for tables.&lt;BR /&gt;&lt;BR /&gt;To get it works you will need to defined the columns of your table in the advanced settings layout.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;@GridLayout(names = ADVANCED, value = { @GridLayout.Row("providedInformation"), @GridLayout.Row("myURL") })
public class MyConfig implements Serializable {

    @Option("providedInformation")
    private List&amp;lt;ProvInfo&amp;gt; providedInformation = new ArrayList&amp;lt;&amp;gt;();


    @GridLayout(names = ADVANCED, value = { @GridLayout.Row({ "name", "url" }) })
    public static class ProvInfo {

        @Option("name")
        private String name;

        @Option("url")
        private URL url;
    }
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 14:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/List-not-working/m-p/2245824#M149103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-04T14:21:14Z</dc:date>
    </item>
  </channel>
</rss>

