[Seaside] Using the select tag

Philippe Marschall philippe.marschall at gmail.com
Thu Sep 29 11:39:56 UTC 2011


2011/9/29 David Buck <david at simberon.com>:
> Try this and let me know if it works for you.
>
>       html select
>           with: [
>               html option
>                   value: 'ML';
>                   with: 'Male'.
>               html option
>                   value: 'FML';
>                   with: 'Female'].

That should break #callback:

Cheers
Philippe


More information about the seaside mailing list