Forum

Thread tagged as: Problem

Composite as dataselect source?

Hi!

I'm trying to use composite input type as a source for dataselect. And it doesn't work. Am I doing something wrong?

This is how composite input field looks:

<perch:content id="date_course" type="composite" for="date course"  join=", " />

And dataselect in another template:

<perch:content id="course" label="Kurz" type="dataselect"
  page="/2013/pages/kurzy.php"
  region="Termíny kurzů" options="date_course"
  title="true" />
Martin Michálek

Martin Michálek 0 points

  • 6 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

What result do you get? Just an empty field?