aspose file tools
The moose likes JSP and the fly likes  How to include errorpage in xhtml page. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark " How to include errorpage in xhtml page." Watch " How to include errorpage in xhtml page." New topic
Author

How to include errorpage in xhtml page.

shree lk
Greenhorn

Joined: Mar 16, 2011
Posts: 14

Hi All,

I want to include errorPage in .xtml, as done in jsp i.e inclusion of error page using "iserrorPage" and "errorPage". How it can be done in xhtml page.

Thanks in advance.

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56151
    
  13

You can't. Why not use a JSP page that emits XHTML? The browser doesn't care.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://jrebel.com/download
 
subject: How to include errorpage in xhtml page.
 
Similar Threads
How to include errorpage in xhtml page.
error page
servlet calling xhtml file
How to include errorpage in xhtml page.
if i give a code like this-->isErrorpage="false" what will happen