Re: Dependent Ajax Form Fields

2012-08-27 Thread Joseph Mutumi
Thank you for the help! On 8/27/12, Jani Tiainen wrote: > 26.8.2012 21:54, Joseph Mutumi kirjoitti: >> Hello, >> >> If A is a model with ForeignKey relationships to B. What would be the >> best way of rendering two >> selectboxes, A and B. The values of B are the values

Re: Dependent Ajax Form Fields

2012-08-26 Thread Jani Tiainen
26.8.2012 21:54, Joseph Mutumi kirjoitti: Hello, If A is a model with ForeignKey relationships to B. What would be the best way of rendering two selectboxes, A and B. The values of B are the values filtered through using the relationship with the selected value of A via an AJAX call. I need to

Dependent Ajax Form Fields

2012-08-26 Thread Joseph Mutumi
Hello, If A is a model with ForeignKey relationships to B. What would be the best way of rendering two selectboxes, A and B. The values of B are the values filtered through using the relationship with the selected value of A via an AJAX call. I need to get these values from the DB as well as