protected void awake ()
{
_frameName = AWUtil.UndefinedEncodedString;
_fragmentIdentifier = AWUtil.UndefinedEncodedString;
AWHtmlForm currentForm = requestContext().currentForm();
_isSubmitForm = hasBinding(_submitFormBinding) ?
booleanValueForBinding(_submitFormBinding) :
currentForm != null && ((AWForm)currentForm).submitFormDefault();
Assert.that(_hrefBinding == null, "href no longer supported");
Assert.that(_fragmentIdentifierBinding == null, "fragmentIdentifier no longer supported");