One thing that has been bugging me lately in Tapestry 4 is the order of activateExternalPage and pageValidate... I've been using pageValidate to verify that all data is correct (e.g. select the default value...) but when the page is called with activateExternalPage, pageValidate gets called before activateExternalPage, thus making this call useless as the page is usually blank at this point.
Does anyone else think that life would be better if pageValidate was called after activateExternalPage? Thanks, Henri.
