Change Log

Jan 14, 2007

Page # Old New
45 InjectPage is a Java interface is defined in  the org.apache.tapestry.annoations package InjectPage is a Java interface is defined in  the org.apache.tapestry.annotations package
68 then it will get the object by calling getWeight() (see the diagram below) and ask the validator to convert the object back into a string then it will get the object by calling getWeight() (see the diagram below) and ask the translator to convert the object back into a string
126 (in the diagram) ExternalPageCallback ExternalCallback

Jan 13, 2007

Jan 5, 2007

Page # Old New
333
Submit type Client side validation Client side validation
... ... ...
Submit type Client side validation Server side validation
... ... ...

Jan 1, 2007

Page # Old New
337 As async submission will always skip client side validation, you can safely delete the submit type binding. BUG ALERT: In Tapestry 4.1.1 there is a bug: If you set "async" to true and "submitType" to "refresh", the whole page will be refreshed and the listener for the Submit component will not be called. So, to work around this, let's delete this line (so client script will be in effect).
BUG ALERT: In Tapestry 4.1.1 there is a bug: setting "async" to true does NOT skip client side validation, even though it should. If you set "submitType" to "refresh", it will skip client side validation but the whole page will be refreshed and the listener for the Submit component will not be called.

Dec 30, 2006