On Mon, 2002-11-04 at 08:15, Jason Hildebrand wrote:
> I tracked down the source of some recent tracebacks.  It seems that on
> IE, if you're in a text field of a form and hit enter, the form gets
> submitted _without_ the name/value of any submit button included in the
> form data, so none of your actions will get called, and writeHTML will
> be called instead.

Sean suggested the hidden field -- I'd be interested in exactly what the
behavior is when there's two submit buttons.  Anyway, actions() is
ordered, and you can still include that hidden field so long as its
related action is at the end of the actions() list, and it won't disable
the other buttons.

  Ian



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to