>
> My URL contains ...&my_select=1&...
>

Could enable the the dbgForm and dbgInput debugging Flag and take a look at
the embperl logfile. You should see something like

FORM: my_select = 1

at the start of the request, do you?

> But when the page is rendered the my_select option is not selected.
>
> option I suppose is a better choice of words here vs. select
> since select is
> the form element type and the option is what actually gets selected.
>
> That is:
>     <SELECT NAME="my_select">
>         <OPTION VALUE="0">None
>         <OPTION VALUE="1">One
>     </SELECT>
>

This should really select the "One" automaticly

What happen if you request the page manualy (i.e. without redirect)?

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to