you have to use input type="submit"

input type="button" and button tags do not submit the form - or at least should not according to spec i think. they are only supposed to invoke onclick handlers where _javascript_ either submits the form or does something else.

i noticed that ffox will still submit the form sometimes if there is no onclick handler - which is wrong imho.

-Igor


On 8/8/06, wicket21 <[EMAIL PROTECTED]> wrote:

Hi,

I'm new with wicket and have the following problem:

I've used wicket for a site and tested it with firefox and works fine. When
testing with IE I find that some buttons do not respond at all. In java I
declare them as "new Button ..." (or even as Links) and tried in html with
"<input ...type="button"..." or "...type="submit"..." or "<button...". When
debugging I see that the java code is not reached (ie the code in either
onSubmit or onClick).

Does anyone have an idea why this happens?

I'm using wicket-1.2-rc2, latest firefox, IE 6 under winXP+sp2.


--
View this message in context: http://www.nabble.com/Buttons-not-responding-in-IE-tf2073453.html#a5709058
Sent from the Wicket - User forum at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to