353354355356357358359360361362363
/* * now render, and let any exceptions fly */ nodeTree.render( ica, writer ); } finally { ica.popCurrentTemplateName(); }
354355356357358359360361362363364
288289290291292293294295296297298
357358359360361362363364365366367
318319320321322323324325326327328
90919293949596979899100
* if a block, just execute */ if (child.getType() == ParserTreeConstants.JJTBLOCK) { child.render(context, writer); break; } else { /* save the values - for now, just w/ ref to test */
253254255256257258259260261262263
311312313314315316317318319320321
202203204205206207208209210211212
preRender(ica); /* * now render, and let any exceptions fly */ nodeTree.render( ica, writer ); } catch (StopCommand stop) { if (!stop.isFor(this)) {