107108109110111112113114115116117
// Set var to null if you want the tag to write out the url permissionsURLTag.setVar(null); try { permissionsURLTag.doStartTag(); permissionsURLTag.doEndTag(); permissionsUrl = stringJspWriter.toString(); } catch (Exception e) { logger.error(e);
108109110111112113114115116117118