//writer.create("span", JWCID, "allFlow@If", "renderTag", "false", "condition", "ognl:visibleFlow").println();
// 10/15/2007 - TODO Tap bug #? -- there is an issue with the cancel listener being
// 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",