Just out of curiosity did you set the "type" when you were using the <button> 
element? W3C notes that different browsers use different default types for 
buttons. Also probably more to your issue, they recommend not using the 
<button> element in html forms since the browsers may submit different values 
for them.

- Matthew Arseneault

-----Original Message-----
From: Entropy [mailto:blmulholl...@gmail.com]
Sent: Friday, May 17, 2013 12:25 PM
To: users@wicket.apache.org
Subject: Re: IE7 Submit button stops working

SOLUTION:

It was the <button> tags.  Replace them with <input type="button" ...> and
it works fine.  What a simple little cause of a wierd @ss problem.



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/IE7-Submit-button-stops-working-tp4658857p4658907.html
Sent from the Users forum mailing list archive at Nabble.com.

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


This e-mail and any attachments are intended only for the use of the 
addressee(s) named herein and may contain proprietary information. If you are 
not the intended recipient of this e-mail or believe that you received this 
email in error, please take immediate action to notify the sender of the 
apparent error by reply e-mail; permanently delete the e-mail and any 
attachments from your computer; and do not disseminate, distribute, use, or 
copy this message and any attachments.

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

Reply via email to