public void setLastTag(String tag, String tagvalue) {
   m_template = StringUtil.replaceLastSubstringBuffer(m_template, tag, tagvalue);
 }