Skip to content

Instantly share code, notes, and snippets.

@yusuke6197
Last active December 29, 2015 21:49
Show Gist options
  • Save yusuke6197/7732117 to your computer and use it in GitHub Desktop.
Save yusuke6197/7732117 to your computer and use it in GitHub Desktop.
<apex:page>
<apex:pageMessage severity="CONFIRM" strength="2" summary="保存しました。" />
<apex:pageMessage severity="INFO" strength="2" summary="検索結果は0件です。"/>
<apex:pageMessage severity="WARNING" strength="2" summary="以前に保存されたデータは削除されてしまいます。よろしいですか?" />
<apex:pageMessage severity="ERROR" strength="2" summary="半角英数で入力してください。" />
<apex:pageMessage severity="FATAL" strength="2" summary="処理を中断しました。システム管理者に連絡してください。" detail="ErrorCode:NullPointerException, id=001E000000VP94w" />
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment