OK, I know I'm missing something simple here. Calling the following line of code for a radio button, but when it is executed the Choose command always defaults to the false statement even though the session variable is filled with the correct true statement.

<td><input type="radio" name="f_finish_type" value="Fanfolded labels" <% choose( get session("f_finish_type") = "Fanfolded labels"; "checked";"" ) %> > Fanfolded Labels</td>

I've checked the session variable and it does contain "Fanfolded labels", but the html produced never contains "checked". Anyone see something dumb I've done here?

Christian Cypert
[EMAIL PROTECTED]

We have normality. I repeat, we have normality. Anything you still can't cope with is therefore your own problem.
- Douglas Adams


_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to