Hi,

I'm using the select-input formlet in a form. I pass it a list and a display 
function, but it gets displayed in a wrong (arbitrary) order.

In my app the list is built by hand: 
(define USERS (list (user "john" "[email protected]")
                    (user "joe"  "[email protected]") ...))

and the formlet displays the list as:

... (td  ,{(select-input USERS #:display user-name) ...

any idea why the names do not show up in the expected order?

Thanks,

-- Éric


_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to