> <input name="17"
style="position: absolute; top: -100em"
> type="text"
> class="text"/>
>
> (that is, the second input tag in the first div inside the login
> form) is the culprit.
>
> Just change its type to "hidden" and Safari will ask you if you
> want
> to store the login data, or will fill it in if you've already saved
> it.
The suggestion will break the behavior of #defaultAction: in any
Seaside form.
Could you give an example of what gets broken in the login form by
the suggestion?