DataProvider in XML

3 messages - 453 views

My xml code looks like that.

The problem is, that the getUserDefinedProperty Mehtod is only called for someItems and not for title?

Do i do anything wrong with that xml?

<text>@title</text>
 
   <list>
  <_renderer><![CDATA[
  <listitem>
    <_onAction>${itemAction}</_onAction>
      <Text>@{item}</Text>
  </listitem>
  ]]></_renderer>
  <_items>@{someItems}</_items>
 
  </list>

Best regards

Patrick

i´ve got it, thanks

please share your solutions, so that others can learn from it