使用後に [保存] ボタンを押した後、alertManager.success を使用して t:alerts メッセージを出力します。ユーザーが [保存] ボタンを複数回押すと、複数の t:alerts メッセージが表示されます。以前の t:alerts メッセージをクリアして、メッセージが 1 つだけ表示されるようにするにはどうすればよいですか?
ここに私のtmlファイルがあります
<div class="center">
<t:alerts/>
</div>
<t:zone t:id="detailZone" id="detailZone" >
<t:core.usermgmt.UserDetailComp t:id="detail" mode="actionMode" previewUser="selectedUser" function="showFunctions"/>
</t:zone>