RE: META HTTP-EQUIV=\"refresh\" in JSP with Orion 1.4.5

2001-05-01 Thread cybermaster
This really shouldn't have anything to do with Orion - this statement is interrpreted and executed by the browser ... According to W3C, the correct syntax is: http://www.acme.com/intro.html";> Hope this works for you --peter -Original Message- From: [EMAIL PROTECTED] [mailto:[E

Re: META HTTP-EQUIV=\"refresh\" in JSP with Orion 1.4.5

2001-05-01 Thread Joseph B. Ottinger
Orion doesn't have any problem with this; I use something similar myself on some of my out-of-date sites. This gets sent to the browser, and it's up to the browser to deal with it - the server doesn't really do anything BUT send it. Why aren't you using sendRedirect(), if that's what you really