// usage: // if (fb_.verbInfo.executionMode is "start") { // validate attributes // bean - string if (not structKeyExists(fb_.verbInfo.attributes,"bean")) { fb_throw("fusebox.badGrammar.requiredAttributeMissing", "Required attribute is missing", "The attribute 'bean' is required, for a 'delete' verb in fuseaction #fb_.verbInfo.circuit#.#fb_.verbInfo.fuseaction#."); } // generate code: fb_appendLine(''); fb_appendLine(''); } else { }