[Seaside] problem w html dateInput : repeating the date input field twice

Lukas Renggli renggli at gmail.com
Sun Sep 20 07:26:43 UTC 2009


Hi Simon,

> ContactView>>renderDateOn: html
>        html text: 'Date of birth: '.
>        html dateInput
>                callback: [ :value | self contact birthdate: value ];
>                with: self contact birthdate.
>        html break.

Sorry for the slow reply. To fix your problem use #value: instead of #with:.

I think that could be improved in Seaside and created a new issue.

http://code.google.com/p/seaside/issues/detail?id=469

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list