Hi Alex,
I read through your post but am not very clear what you are trying to
achieve.
you have these choices and you want users to select multiple options,
right?
now for your model/database, do you plan to store all these options in
the same
credentials field, or you'll have another table hold the credentials
info and just use a
foreignKey to link to it? This, I think is my preference. to keep the
design simple
On Dec 23, 7:52 pm, "Alex Ezell" <
aez...@gmail.com> wrote:
> OK, I figured out the array type in Postgresql to get this to work.
> Now, the challenge is to read through the array when I am displaying the
> values and match them up with the choices in the model.
>
> /alex
>
> On Dec 23, 2007 12:20 PM, Alex Ezell <
aez...@gmail.com> wrote:
>
> > Tim,Sorry for the late reply, but I'm just now getting around to this.
>
> > This definitely gives me the widget I want and the Forms class is happy,
> > but I can't seem to find anything about what type of DB field or Model field
> > this should be.
>
> > The errors I get say that the value posted is of type text[], but I'm not
> > sure how to cast that or whatever to get the database to accept and then of
> > course be able to edit it or display it.
>
> > Thanks!
>
> > /alex
>