<fmt:setBundle basename="text.jsp.personalization.struts-messages-frag"/>
<l:messagesPresent>
  &nbsp;
    <h:messages id="err" bundle="ag-app-i18n" property="<%= org.apache.struts.action.ActionMessages.GLOBAL_MESSAGE %>">&nbsp;
      <c:if test="${!empty err}">
        <span class="tdWizStepFormTwoCol"><c:out value="${err}" /></span>
      </c:if>
    </h:messages>
</l:messagesPresent>
<l:messagesPresent message="true">
  <h:messages id="msg"  bundle="ag-app-i18n" message="true">&nbsp;
    <c:if test="${!empty msg}">
      <span class="tdWizStepFormTwoCol"><c:out value="${msg}" /></span>
    </c:if>
    <br>
  </h:messages>
</l:messagesPresent>
