Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
study:jsf:logging [2008/04/13 15:36] bananastudy:jsf:logging [2008/04/13 15:52] (現在) banana
行 64: 行 64:
  
 이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다. 이제 실제 코드에서 이 Utils 메소드를 사용하는 예를 보인다.
 +{{keywords> FacesMessage i18n Internalization Locale ClassLoader getMessage reportError}}
  
  
行 82: 行 83:
 String requestPath = httpRequest.getPathInfo(); String requestPath = httpRequest.getPathInfo();
 ... ...
- 
 String text = Utils.getDisplayString(Constants.BUNDLE_BASENAME, String text = Utils.getDisplayString(Constants.BUNDLE_BASENAME,
                                              "PathNotFound",                                              "PathNotFound",
                                              new Object[] { requestPath },                                              new Object[] { requestPath },
                                              request.getLocale());                                              request.getLocale());
-        httpResponse.sendError(HttpServletResponse.SC_NOT_FOUND, +        httpResponse.sendError(HttpServletResponse.SC_NOT_FOUND, text);
-                               text);+
 ... ...
 </code> </code>

QR Code
QR Code study:jsf:logging (generated for current page)