Am Samstag, 29. Oktober 2005 22:40 schrieb Howard M. Lewis Ship (JIRA): > [ http://issues.apache.org/jira/browse/TAPESTRY-706?page=all ] > > Howard M. Lewis Ship resolved TAPESTRY-706: > ------------------------------------------- > > Resolution: Invalid > > There's a difference between an HTML <input type='submit"> and an HTML > <button>. I believe what Button is doing is correct; the point of Button > is that you can wrap it around arbitrary text and markup and all of that > becomes the button ... but you need to add JavaScript for that button to > actually do anything (as opposed to a submit, which will submit the > enclosing form).
You can set button's type attribute to "submit" or "reset" instead of "button" - so you don't need JavaScript. Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
