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:[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 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


Get free email and a permanent address at http://www.netaddress.com/?N=1





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 need? You
could also forward the request and save the browser round trip...

On Mon, Apr 30, 2001 at 09:20:09PM -0600, Debabrata Panda wrote:
> 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
> 
> 
> Get free email and a permanent address at http://www.netaddress.com/?N=1

-- 
---
Joseph B. Ottinger   [EMAIL PROTECTED]
http://epesh.com/ IT Consultant




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


Get free email and a permanent address at http://www.netaddress.com/?N=1