Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.
The following page has been changed by DanielJue: http://wiki.apache.org/tapestry/Tapestry5HowToUseForms ------------------------------------------------------------------------------ </form> }}} - To make form "foo" call a specific method, suffix the On_____() with On_____FromFoo() + To make form "foo" call a specific method, suffix the On{FormEventName}() with On{FormEventName}FromFoo(), where {FormEventName} is an event from the list given earlier. - i.e. + i.e. To catch the submit event of a form with id="Foo", you can do this: {{{ OnSubmitFromFoo(){ //do things specific to form Foo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
