[cl-who-devel] Re: select tag and selected
Rommel Martinez
ebzzry at gmail.com
Thu Apr 24 05:03:03 UTC 2008
On Thu, Apr 24, 2008 at 9:40 AM, Rommel Martinez <ebzzry at gmail.com> wrote:
> How do I achieve something like the following in CL-WHO?
>
> <select>
> <option>foo</option>
> <option selected>bar</option>
> </select>
>
> --
> Rommel M. Martinez <ebzzry at gmail.com>
>
What I did as a workaround is something like the following:
(fmt "<option value='~A' selected>~A</option>" val option)
--
Rommel M. Martinez <ebzzry at gmail.com>
More information about the Cl-who-devel
mailing list