You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by mlabs <ml...@gmail.com> on 2012/09/01 04:40:03 UTC

works in ff/chrome/safari but not IE

simple form
AjaxButton for the submit button
OnSubmit() gets hit in the debugger for FF/chrome/safari, but NOT for IE9

any ideas?

TIA



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/works-in-ff-chrome-safari-but-not-IE-tp4651682.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


RE: works in ff/chrome/safari but not IE

Posted by "Phillips, David" <Da...@usaa.com>.
Also ensure you're using an input tag with type="submit" instead of a button tag.

IE has several issues handling the button tag.

Thanks,
-David Phillips

-----Original Message-----
From: Martin Grigorov [mailto:mgrigorov@apache.org] 
Sent: Saturday, September 01, 2012 12:43 AM
To: users@wicket.apache.org
Subject: Re: works in ff/chrome/safari but not IE

Try with: form.setDefaultButton(theAjaxButton).

On Sat, Sep 1, 2012 at 4:40 AM, mlabs <ml...@gmail.com> wrote:
> simple form
> AjaxButton for the submit button
> OnSubmit() gets hit in the debugger for FF/chrome/safari, but NOT for 
> IE9
>
> any ideas?
>
> TIA
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/works-in-ff-chrome-safari-b
> ut-not-IE-tp4651682.html Sent from the Users forum mailing list 
> archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



--
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: works in ff/chrome/safari but not IE

Posted by Martin Grigorov <mg...@apache.org>.
Try with: form.setDefaultButton(theAjaxButton).

On Sat, Sep 1, 2012 at 4:40 AM, mlabs <ml...@gmail.com> wrote:
> simple form
> AjaxButton for the submit button
> OnSubmit() gets hit in the debugger for FF/chrome/safari, but NOT for IE9
>
> any ideas?
>
> TIA
>
>
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/works-in-ff-chrome-safari-but-not-IE-tp4651682.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org