Example #1
0
 public ScriptableDelegate getParentDelegate() {
   if (getForm() != null) return super.getParentDelegate();
   return _baseResponse.getDocumentScriptable();
 }