URL validForURL = client.getContentPage().getWebResponse().getUrl();
if( !validForDate.equals(this.validForDate) ||
!validForURL.equals(this.validForURL) )
{
throw new ActionOutOfSyncException(
"This tab content box was created from another page and is not valid now.");
}
}