Page 1 of 1

depselect breaks my App

PostPosted: Tue Nov 20, 2012 7:52 am
by ngms27
When I use
widget:type=select
volcabulary=company

This selects all company names from the company table for my Projects view

Every thing works correctly using Xataface 2

However I also want to select a contact from the company_contacts table that is dependent on the company name.

As soon as I start using depselect the first thing I notice is that on my Project view I lose the Company name and just get the int value. When I try and edit a record I do get the correct lookup of Company Names but don't get anything for the contacts.

Any ideas where I maybe going wrong? I've tried allsorts such as widget:table (breaks the App) etc

Re: depselect breaks my App

PostPosted: Tue Nov 20, 2012 9:18 am
by shannah
Can you post the field def when using depselect?

One tricky thing is that depselect doesn't use the vocabulary directive. It uses the widget:table directive instead.

-Steve