Last active
December 29, 2015 21:49
-
-
Save yusuke6197/7732117 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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