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

2001-05-01 Thread cybermaster
CTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Debabrata Panda Sent: Monday, April 30, 2001 9:20 PM To: Orion-Interest Subject: META HTTP-EQUIV=\"refresh\" in JSP with Orion 1.4.5 We have some JSPs with META tags which work fine with Tomcat and iPlanet. But this does not seem to be working w

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

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

2001-04-30 Thread Debabrata Panda
We have some JSPs with META tags which work fine with Tomcat and iPlanet. But this does not seem to be working with Orion. Am I missing anything. This does not seem to call Launch.JSP when we deploy the WAR with Orion. out.println(" "); Any help will be appreciated ? regards Debu _