// discarded if the flow component is in an external form.
writer.create("span", JWCID, "inF@If", "renderTag", "false", "condition", OGNL+"insideForm").println();
writer.createEmpty("span", JWCID, "@RenderBlock", "block", "component:flowBlock");
writer.end();
writer.create("span", JWCID, "orF@Else", "renderTag", "false").println();
// TODO 2007/10/15 -- we should make this stateless form. ... need to embed current flowstate into form.
writer.create("form", JWCID, flowName + "FlowForm@Form",
ASYNC, OGNL+ASYNC, "clientValidationEnabled", "true",
"class", OGNL +"className", "delegate", OGNL + "delegate",