Index: openacs-4/packages/acs-core-docs/www/form-builder.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/form-builder.html,v diff -u -r1.10.2.9 -r1.10.2.10 --- openacs-4/packages/acs-core-docs/www/form-builder.html 10 Jan 2005 01:44:31 -0000 1.10.2.9 +++ openacs-4/packages/acs-core-docs/www/form-builder.html 1 Mar 2005 00:15:52 -0000 1.10.2.10 @@ -1,4 +1,4 @@ -Using HTML Forms

Using HTML Forms

Overview

Multi-part Elements

Some elements have more than one choice, or can submit more than one value.

SELECT elements

  1. Creating the form element.�Populate a list of lists with values for the option list.

    set foo_options [db_list_of_lists foo_option_list "
    +Using HTML Forms

    Using HTML Forms

    Overview

    Multi-part Elements

    Some elements have more than one choice, or can submit more than one value.

    SELECT elements

    1. Creating the form element.�Populate a list of lists with values for the option list.

      set foo_options [db_list_of_lists foo_option_list "
           select foo,
                  foo_id
             from foos
      @@ -43,5 +43,5 @@
           ns_set print $mypage
       }
           

    Common Errors

    Here are some common errors and what to do when you - encounter them:

    Error when selecting values

    This generally happens when there is an error in your + encounter them:

    Error when selecting values

    This generally happens when there is an error in your query.

    ($Id$)
    View comments on this page at openacs.org