You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2007/03/20 10:57:06 UTC

[Myfaces Wiki] Update of "Handling Server Errors" by CagatayCivici

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by CagatayCivici:
http://wiki.apache.org/myfaces/Handling_Server_Errors

------------------------------------------------------------------------------
  	</error-page>
  }}}
  
- [2] Create the error handler display. Due to a problem with the JSF 1.1 specification, the error handling page cannot use a <h:view> but must use a subview.
+ [2] Create the error handler display. Due to a problem with the JSF 1.1 specification, the error handling page cannot use a <f:view> but must use a subview.
  {{{
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <f:subview id="error"