114115116117118119120121122123124
*/ public void doTag(final XMLOutput output) throws Exception { Script script = getBody(); Guard guard = new JellyGuard( script ); if ( getVar() != null ) { getContext().setVariable( getVar(), guard );