Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Re: How to use build_select_field

Quote Reply
Re: How to use build_select_field In reply to
Actually, I made one change to get it to work.
I added these two lines before the load_template:
my $db = new Links: BSQL $LINKS{admin_root_path} . "/defs/Links.def";
$tags->{Area} = $db->build_select_field ('Area', $tags->{Area});

I successfully added a site from add.cgi(a site with the field Area--America). However;when I tried to validate the link I had just added, the field Area was not selected(was blank).
Subject Author Views Date
Thread How to use build_select_field Fortune 4252 Sep 29, 1999, 8:13 PM
Post Re: How to use build_select_field
Alex 4173 Sep 30, 1999, 6:32 AM
Post Re: How to use build_select_field
Fortune 4172 Oct 3, 1999, 7:34 AM
Post Re: How to use build_select_field
pugdog 4192 Oct 3, 1999, 5:20 PM
Post Re: How to use build_select_field
Fortune 4175 Oct 3, 1999, 6:09 PM
Post Re: How to use build_select_field
Alex 4150 Oct 3, 1999, 8:24 PM
Post Re: How to use build_select_field
dearnet 4148 Oct 4, 1999, 2:43 AM
Post Re: How to use build_select_field
Fortune 4174 Oct 4, 1999, 7:00 AM
Post Re: How to use build_select_field
Alex 4173 Oct 4, 1999, 10:24 AM
Post Re: How to use build_select_field
Fortune 4150 Oct 4, 1999, 10:40 AM
Post Re: How to use build_select_field
Fortune 4139 Oct 4, 1999, 7:44 PM
Post Re: How to use build_select_field
pugdog 4155 Oct 4, 1999, 8:37 PM
Post Re: How to use build_select_field
Fortune 4143 Oct 5, 1999, 4:38 AM
Post Re: How to use build_select_field
Fortune 4144 Oct 5, 1999, 5:59 AM